1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-15 15:13:48 -05:00
tootlab-mastodon/spec/fabricators/session_activation_fabricator.rb
Sorin Davidoi 2211e8d1cd Revocable sessions ()
* feat: Revocable sessions

* fix: Tests using sign_in

* feat: Configuration entry for the maximum number of session activations
2017-06-23 18:50:53 +02:00

5 lines
78 B
Ruby

Fabricator(:session_activation) do
user_id 1
session_id "MyString"
end