summaryrefslogtreecommitdiff
path: root/spec/ruby/core/array/index_spec.rb
blob: 55ed7b2a94779e0439cd3f7098b6d3a5d6674a7a (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/index', __FILE__)

describe "Array#index" do
  it_behaves_like(:array_index, :index)
end