mirror of
https://github.com/mastodon/mastodon
synced 2025-04-12 00:56:38 +02:00

* Fabricate SessionActivation not only user_id but user association. * Add tests for SessionActivation
5 lines
70 B
Ruby
5 lines
70 B
Ruby
Fabricator(:session_activation) do
|
|
user
|
|
session_id "MyString"
|
|
end
|