aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/hash/store_spec.rb
blob: 847c2f54e3058cdb16c4079e546e271f0ea5eccf (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/store', __FILE__)

describe "Hash#store" do
  it_behaves_like :hash_store, :store
end