summaryrefslogtreecommitdiff
path: root/spec/ruby/core/hash/index_spec.rb
blob: 2b52c69949ce1ee1fe8a67caf914dc3c7d772564 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/index'

describe "Hash#index" do
  it_behaves_like :hash_index, :index
end