summaryrefslogtreecommitdiff
path: root/spec/ruby/core/hash/inspect_spec.rb
blob: b8c42cf2693f699cc3b7e722581fd42f1f8f58a4 (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#inspect" do
  it_behaves_like :hash_to_s, :inspect
end