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