This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2023-02-21 16:55:31 -08:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-06-23 09:50:53 -07:00
|
|
|
Fabricator(:session_activation) do
|
2017-11-12 16:54:48 -08:00
|
|
|
user
|
2023-02-18 14:38:14 -08:00
|
|
|
session_id 'MyString'
|
2017-06-23 09:50:53 -07:00
|
|
|
end
|