summaryrefslogtreecommitdiff
path: root/spec/models/protected_tag_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/protected_tag_spec.rb')
-rw-r--r--spec/models/protected_tag_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/protected_tag_spec.rb b/spec/models/protected_tag_spec.rb
index 51353852a93..e5a0f6ec23f 100644
--- a/spec/models/protected_tag_spec.rb
+++ b/spec/models/protected_tag_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe ProtectedTag, models: true do
+describe ProtectedTag do
describe 'Associations' do
it { is_expected.to belong_to(:project) }
end