summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/hash/to_s_spec.rb
blob: 803b1d6236758ffad44a90fe22e06f121cd47cad (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/to_s', __FILE__)

describe "Hash#to_s" do
  it_behaves_like :hash_to_s, :to_s
end