fix most deprecations in the specs (still some left)

This commit is contained in:
Régis Hanol
2014-09-25 17:44:48 +02:00
parent dd5872eecb
commit de76b512c1
121 changed files with 859 additions and 856 deletions

View File

@@ -35,7 +35,7 @@ describe ScreenedIpAddress do
describe "ip_address_with_mask" do
it "returns nil when ip_address is nil" do
described_class.new.ip_address_with_mask.should be_nil
described_class.new.ip_address_with_mask.should == nil
end
it "returns ip_address without mask if there is no mask" do