summaryrefslogtreecommitdiff
path: root/spec/ruby/core/enumerable/find_all_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/enumerable/find_all_spec.rb')
-rw-r--r--spec/ruby/core/enumerable/find_all_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/enumerable/find_all_spec.rb b/spec/ruby/core/enumerable/find_all_spec.rb
index 3d587d7709..7c84b6ec7e 100644
--- a/spec/ruby/core/enumerable/find_all_spec.rb
+++ b/spec/ruby/core/enumerable/find_all_spec.rb
@@ -3,5 +3,5 @@ require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/find_all', __FILE__)
describe "Enumerable#find_all" do
- it_behaves_like(:enumerable_find_all , :find_all)
+ it_behaves_like :enumerable_find_all , :find_all
end