diff --git a/spec/models/tagging_spec.rb b/spec/models/tagging_spec.rb index 694f4831f5..c1da560cb9 100644 --- a/spec/models/tagging_spec.rb +++ b/spec/models/tagging_spec.rb @@ -7,10 +7,4 @@ RSpec.describe Tagging do it { is_expected.to belong_to(:tag).required } it { is_expected.to belong_to(:taggable).required } end - - describe 'Validations' do - it 'validates presence of something' do - expect(subject).to_not be_valid - end - end end