summaryrefslogtreecommitdiff
path: root/spec/ruby/core/array/length_spec.rb
blob: 6f4469dda5e391ac1b8bcadaf4078575095e3343 (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