summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/env/include_spec.rb
blob: 4a716fee850018da405b6815a1fcadffb35d2aca (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