aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/env/to_h_spec.rb
blob: f7f431433596ce5c3154c5661bd4f1234038d532 (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_h
end