aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/env/key_spec.rb
blob: 3f887a5fc5417fecee835a4136bcfa801965a471 (plain)
1
2
3
4
5
6
7
8
9
10
11
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/include.rb', __FILE__)
require File.expand_path('../shared/key.rb', __FILE__)

describe "ENV.key?" do
  it_behaves_like :env_include, :key?
end

describe "ENV.key" do
  it_behaves_like :env_key, :key
end