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

ruby_version_is ''...'3.0' do
  describe "Hash#index" do
    it_behaves_like :hash_index, :index
  end
end