1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-25 07:37:08 +09:00
whippy-edition/spec/models/session_activation_spec.rb
Sorin Davidoi 2211e8d1cd Revocable sessions (#3616)
* 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

6 lines
135 B
Ruby

require 'rails_helper'
RSpec.describe SessionActivation, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end