mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-29 17:49:03 +01:00
4 lines
70 B
Ruby
4 lines
70 B
Ruby
Fabricator(:session_activation) do
|
|
user
|
|
session_id 'MyString'
|
|
end
|