summaryrefslogtreecommitdiff
path: root/spec/ruby/core/unboundmethod/inspect_spec.rb
blob: ffef61a639a0e502f0c423f04e46ed9f440eb964 (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