summaryrefslogtreecommitdiff
path: root/spec/ruby/core/env/each_pair_spec.rb
blob: 255ccd86c57afba87ac5da0807a46dcf4289141b (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/each.rb', __FILE__)

describe "ENV.each_pair" do
  it_behaves_like(:env_each, :each_pair)
end