summaryrefslogtreecommitdiff
path: root/spec/ruby/core/hash/element_set_spec.rb
blob: e12356a1e5be1ca879ca16973707edfea55f3e89 (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