mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-28 19:10:22 -05:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
|
Fabricator(:session_activation) do
|
||
|
user_id 1
|
||
|
session_id "MyString"
|
||
|
end
|