summaryrefslogtreecommitdiff
path: root/spec/ruby/core/env/to_hash_spec.rb
blob: 1d923990e10134c1b927e793c137a71fdf28072b (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_hash
end