summaryrefslogtreecommitdiff
path: root/spec/unit/monkey_patches/uri_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/monkey_patches/uri_spec.rb')
-rw-r--r--spec/unit/monkey_patches/uri_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/monkey_patches/uri_spec.rb b/spec/unit/monkey_patches/uri_spec.rb
index cff252ac3b..9aca1fc9f1 100644
--- a/spec/unit/monkey_patches/uri_spec.rb
+++ b/spec/unit/monkey_patches/uri_spec.rb
@@ -26,7 +26,7 @@ describe URI do
end
it "returns the hostname without brackets" do
- ipv6_uri.hostname.should == "2a00:1450:4009:809::1008"
+ expect(ipv6_uri.hostname).to eq("2a00:1450:4009:809::1008")
end
end