aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/io/each_codepoint_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/io/each_codepoint_spec.rb')
-rw-r--r--spec/ruby/core/io/each_codepoint_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/io/each_codepoint_spec.rb b/spec/ruby/core/io/each_codepoint_spec.rb
index eb16e004fa..2bcf898c89 100644
--- a/spec/ruby/core/io/each_codepoint_spec.rb
+++ b/spec/ruby/core/io/each_codepoint_spec.rb
@@ -4,7 +4,7 @@ require File.expand_path('../shared/codepoints', __FILE__)
# See redmine #1667
describe "IO#each_codepoint" do
- it_behaves_like(:io_codepoints, :codepoints)
+ it_behaves_like :io_codepoints, :codepoints
end
describe "IO#each_codepoint" do