mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
ae163cae6b
commit
e46292197f
1 changed files with 1 additions and 1 deletions
2
spec/ruby/core/env/shared/update.rb
vendored
2
spec/ruby/core/env/shared/update.rb
vendored
|
@ -15,7 +15,7 @@ describe :env_update, shared: true do
|
|||
ENV["bar"].should == "1"
|
||||
end
|
||||
|
||||
ruby_version_is "3.1" do
|
||||
ruby_version_is "3.2" do
|
||||
it "adds the multiple parameter hashes to ENV, returning ENV" do
|
||||
ENV.send(@method, {"foo" => "0", "bar" => "1"}, {"baz" => "2"}).should equal(ENV)
|
||||
ENV["foo"].should == "0"
|
||||
|
|
Loading…
Add table
Reference in a new issue