Remove empty check

pull/32841/head
Matt Jankowski 2024-11-11 10:52:18 -05:00
parent 87f485051e
commit 5a95c9fcc3
1 changed files with 0 additions and 6 deletions

View File

@ -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