diff options
author | Starfall <us@starfall.systems> | 2021-07-07 11:46:33 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-07-07 11:46:33 -0500 |
commit | d30025d28d813999bfe98ce9cee2cda3bebf6c22 (patch) | |
tree | e2cf70344fc6426f3a2c778d3b6d3bab9e22c078 /spec/models | |
parent | fadb06ef6e1950a82f08673683e705943b93ba40 (diff) | |
parent | 0c2eb949fc21ceecbd99a81e5ffe75517a1e64df (diff) |
Merge branch 'glitch'
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/login_activity_spec.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/models/login_activity_spec.rb b/spec/models/login_activity_spec.rb new file mode 100644 index 000000000..ba2d207c9 --- /dev/null +++ b/spec/models/login_activity_spec.rb @@ -0,0 +1,5 @@ +require 'rails_helper' + +RSpec.describe LoginActivity, type: :model do + +end |