aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/env/length_spec.rb
blob: 83d1b58c7402c0bc70a32b012c2381b3533a476c (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