summaryrefslogtreecommitdiff
path: root/spec/ruby/core/array/push_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/array/push_spec.rb')
-rw-r--r--spec/ruby/core/array/push_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/array/push_spec.rb b/spec/ruby/core/array/push_spec.rb
index 0207474579..67f90aff81 100644
--- a/spec/ruby/core/array/push_spec.rb
+++ b/spec/ruby/core/array/push_spec.rb
@@ -3,5 +3,5 @@ require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/push', __FILE__)
describe "Array#push" do
- it_behaves_like(:array_push, :push)
+ it_behaves_like :array_push, :push
end