aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/hash/store_spec.rb
blob: 45ea8da89660e9ab4d0f1f31c8b279dced498960 (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