summaryrefslogtreecommitdiff
path: root/spec/ruby/core/env/to_hash_spec.rb
blob: 306572c35397a165c39b008a11d880c3df96a42e (plain)
1
2
3
4
5
6
require_relative 'spec_helper'
require_relative 'shared/to_hash'

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