aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/env/key_spec.rb
blob: b653b1b1a5a1b146d299329f98ac14d9dc12ec9d (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