summaryrefslogtreecommitdiff
path: root/spec/ruby/core/env/to_h_spec.rb
blob: d0fef5382bc5843e90d945537161ae86d57e709c (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