mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
2211e8d1cd
* feat: Revocable sessions * fix: Tests using sign_in * feat: Configuration entry for the maximum number of session activations
6 lines
135 B
Ruby
6 lines
135 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe SessionActivation, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|