mirror of https://github.com/tootsuite/mastodon
Remove empty check
parent
87f485051e
commit
5a95c9fcc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue