aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/array/length_spec.rb
blob: ad795e5ff7fded7807356ded29e88da4be51e657 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/length', __FILE__)

describe "Array#length" do
  it_behaves_like :array_length, :length
end