summaryrefslogtreecommitdiff
path: root/spec/ruby/core/env/each_pair_spec.rb
blob: 2d7ed5faa064befdb8700284c4dd146b7b1730fb (plain)
1
2
3
4
5
6
require_relative 'spec_helper'
require_relative 'shared/each'

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