summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-01 01:04:40 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-01 01:05:29 +0900
commitdbe834ab5ac4f90df5db9fc314b45890726cca3b (patch)
tree13da3dbac1313765c594778789729ae791964a3c /spec
parentd3d903cb5ff8a154d14aac1416815ce61affb335 (diff)
Prefer master rather than trunk in README [ci skip]
Diffstat (limited to 'spec')
-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