mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-06 23:15:07 +00:00
![ysksn](/assets/img/avatar_default.png)
* 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
|