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
6 lines
139 B
Ruby
6 lines
139 B
Ruby
require_relative '../../spec_helper'
|
|
require_relative 'shared/update'
|
|
|
|
describe "ENV.update" do
|
|
it_behaves_like :env_update, :update
|
|
end
|