summaryrefslogtreecommitdiff
path: root/spec/ruby/core/enumerator/rewind_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/enumerator/rewind_spec.rb')
-rw-r--r--spec/ruby/core/enumerator/rewind_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/enumerator/rewind_spec.rb b/spec/ruby/core/enumerator/rewind_spec.rb
index 666136d74a..127e0a0da1 100644
--- a/spec/ruby/core/enumerator/rewind_spec.rb
+++ b/spec/ruby/core/enumerator/rewind_spec.rb
@@ -3,7 +3,7 @@ require File.expand_path('../../../shared/enumerator/rewind', __FILE__)
require File.expand_path('../fixtures/common', __FILE__)
describe "Enumerator#rewind" do
- it_behaves_like(:enum_rewind, :rewind)
+ it_behaves_like :enum_rewind, :rewind
it "calls the enclosed object's rewind method if one exists" do
obj = mock('rewinder')