aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/hash/element_set_spec.rb
blob: a2d67c7f221cff6f91bc1f80217203a240ef8652 (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#[]=" do
  it_behaves_like(:hash_store, :[]=)
end