aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/enumerator/each_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/enumerator/each_spec.rb')
-rw-r--r--spec/ruby/core/enumerator/each_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/enumerator/each_spec.rb b/spec/ruby/core/enumerator/each_spec.rb
index a6ecf2af2d..68ff0436f8 100644
--- a/spec/ruby/core/enumerator/each_spec.rb
+++ b/spec/ruby/core/enumerator/each_spec.rb
@@ -1,5 +1,5 @@
require File.expand_path('../../../shared/enumerator/each', __FILE__)
describe "Enumerator#each" do
- it_behaves_like(:enum_each, :each)
+ it_behaves_like :enum_each, :each
end