1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Prefer master rather than trunk in README [ci skip]

This commit is contained in:
Takashi Kokubun 2019-07-01 01:04:40 +09:00
parent d3d903cb5f
commit dbe834ab5a
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
3 changed files with 11 additions and 11 deletions

View file

@ -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