blob: 3362fa9307afaecd296054f5060a55dc89d54add (
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
|