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:
parent
d3d903cb5f
commit
dbe834ab5a
3 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue