aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/env/to_h_spec.rb
blob: 0c657007824c2074d3bf27599e94513d654c369a (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/to_hash.rb', __FILE__)

describe "ENV.to_hash" do
  it_behaves_like :env_to_hash, :to_h
end