mirror of
https://github.com/glitch-soc/mastodon
synced 2025-07-30 03:31:46 +00:00
* Fabricate SessionActivation not only user_id but user association. * Add tests for SessionActivation
4 lines
70 B
Ruby
4 lines
70 B
Ruby
Fabricator(:session_activation) do
|
|
user
|
|
session_id "MyString"
|
|
end
|