aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/hash/index_spec.rb
blob: 28e64f4eb8d2dc7e181e4b49a1e8d18cc9340d64 (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/index', __FILE__)

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