summaryrefslogtreecommitdiff
path: root/spec/ruby/core/unboundmethod/inspect_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/unboundmethod/inspect_spec.rb')
-rw-r--r--spec/ruby/core/unboundmethod/inspect_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/unboundmethod/inspect_spec.rb b/spec/ruby/core/unboundmethod/inspect_spec.rb
index ffef61a639..a393a1ead3 100644
--- a/spec/ruby/core/unboundmethod/inspect_spec.rb
+++ b/spec/ruby/core/unboundmethod/inspect_spec.rb
@@ -3,5 +3,5 @@ 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)
+ it_behaves_like :unboundmethod_to_s, :inspect
end