diff options
author | aus-social <42644106+aus-social@users.noreply.github.com> | 2018-10-04 20:36:53 +1000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-04 12:36:53 +0200 |
commit | 1f98eae1cf916a18007a26e1740b0e65aa7ff752 (patch) | |
tree | 9d4a8811cbf8ac39a3c8e4923dd5f18c2563959f /spec/models/admin | |
parent | 928102284a4e77e5f0ab340f4516749d665c2d67 (diff) |
Lint pass (#8876)
Diffstat (limited to 'spec/models/admin')
-rw-r--r-- | spec/models/admin/action_log_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/admin/action_log_spec.rb b/spec/models/admin/action_log_spec.rb index 59206a36b..81d7e1be3 100644 --- a/spec/models/admin/action_log_spec.rb +++ b/spec/models/admin/action_log_spec.rb @@ -1,5 +1,4 @@ require 'rails_helper' RSpec.describe Admin::ActionLog, type: :model do - end |