mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ab516e263c
https://github.com/ruby/spec/commit/51047687c0 https://github.com/ruby/spec/commit/2b87b467cc
6 lines
125 B
Ruby
6 lines
125 B
Ruby
require_relative 'spec_helper'
|
|
require_relative 'shared/each'
|
|
|
|
describe "ENV.each" do
|
|
it_behaves_like :env_each, :each
|
|
end
|