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

describe "ENV.length" do
 it_behaves_like :env_length, :length
end