mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo in version guard
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f3b347e109
commit
1630728e9d
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ describe "A method" do
|
|||
ruby_version_is ""..."2.6" do
|
||||
m("a" => 1, b: 2).should == [{"a" => 1}, 2]
|
||||
end
|
||||
ruby_version_is ""..."2.6" do
|
||||
ruby_version_is "2.6" do
|
||||
lambda {m("a" => 1, b: 2)}.should raise_error(ArgumentError)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue