blob: 063d943aff9f46cbe9b3ec33dfac5d229d570299 (
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
|