mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
d01fd82187
[Feature #15947] Closes: https://github.com/ruby/ruby/pull/2246
8 lines
174 B
Ruby
8 lines
174 B
Ruby
require_relative '../../spec_helper'
|
|
require_relative 'shared/update'
|
|
|
|
ruby_version_is "2.7" do
|
|
describe "ENV.merge!" do
|
|
it_behaves_like :env_update, :merge!
|
|
end
|
|
end
|