summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/each_line_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/string/each_line_spec.rb')
-rw-r--r--spec/ruby/core/string/each_line_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/core/string/each_line_spec.rb b/spec/ruby/core/string/each_line_spec.rb
index 865ae264d6..ede272a0a0 100644
--- a/spec/ruby/core/string/each_line_spec.rb
+++ b/spec/ruby/core/string/each_line_spec.rb
@@ -4,6 +4,6 @@ require File.expand_path('../shared/each_line', __FILE__)
require File.expand_path('../shared/each_line_without_block', __FILE__)
describe "String#each_line" do
- it_behaves_like(:string_each_line, :each_line)
- it_behaves_like(:string_each_line_without_block, :each_line)
+ it_behaves_like :string_each_line, :each_line
+ it_behaves_like :string_each_line_without_block, :each_line
end