mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix most deprecations in the specs (still some left)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user