summaryrefslogtreecommitdiff
path: root/spec/ruby/core/basicobject
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/basicobject')
-rw-r--r--spec/ruby/core/basicobject/__send___spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/basicobject/__send___spec.rb b/spec/ruby/core/basicobject/__send___spec.rb
index f25339fac7..26543ba5d5 100644
--- a/spec/ruby/core/basicobject/__send___spec.rb
+++ b/spec/ruby/core/basicobject/__send___spec.rb
@@ -6,5 +6,5 @@ describe "BasicObject#__send__" do
BasicObject.should have_public_instance_method(:__send__)
end
- it_behaves_like(:basicobject_send, :__send__)
+ it_behaves_like :basicobject_send, :__send__
end