summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/complex/hash_spec.rb
blob: db4b3590df0457f913cb82073bf40e6c8af89a92 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/complex/hash', __FILE__)

describe "Complex#hash" do
  it_behaves_like(:complex_hash, :hash)
end