Remove unneeded specs

#600
This commit is contained in:
Artur Beljajev 2017-09-29 17:18:59 +03:00
parent 48b230f87e
commit e840719b8a

View file

@ -28,17 +28,6 @@ describe WhiteIp do
@white_ip = Fabricate(:white_ip)
end
it 'should be valid' do
@white_ip.valid?
@white_ip.errors.full_messages.should match_array([])
end
it 'should be valid twice' do
@white_ip = Fabricate(:white_ip)
@white_ip.valid?
@white_ip.errors.full_messages.should match_array([])
end
it 'should have one version' do
with_versioning do
@white_ip.versions.should == []