summaryrefslogtreecommitdiff
path: root/spec/ruby/core/env/include_spec.rb
blob: 2c366a1d458129a303a9a6ebe293da207f04bf23 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/include.rb', __FILE__)

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