summaryrefslogtreecommitdiff
path: root/spec/ruby/core/regexp/case_compare_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/regexp/case_compare_spec.rb')
-rw-r--r--spec/ruby/core/regexp/case_compare_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/regexp/case_compare_spec.rb b/spec/ruby/core/regexp/case_compare_spec.rb
index 2a41cfc25e..a621713f6f 100644
--- a/spec/ruby/core/regexp/case_compare_spec.rb
+++ b/spec/ruby/core/regexp/case_compare_spec.rb
@@ -17,7 +17,7 @@ describe "Regexp#===" do
(/a/ === :b).should be_false
end
- # mirroring https://github.com/ruby/ruby/blob/trunk/test/ruby/test_regexp.rb
+ # mirroring https://github.com/ruby/ruby/blob/master/test/ruby/test_regexp.rb
it "returns false if the other value cannot be coerced to a string" do
(/abc/ === nil).should be_false
(/abc/ === /abc/).should be_false