summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/each_codepoint_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/stringio/each_codepoint_spec.rb')
-rw-r--r--spec/ruby/library/stringio/each_codepoint_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/stringio/each_codepoint_spec.rb b/spec/ruby/library/stringio/each_codepoint_spec.rb
index 25a0bf4c81..8351bf4175 100644
--- a/spec/ruby/library/stringio/each_codepoint_spec.rb
+++ b/spec/ruby/library/stringio/each_codepoint_spec.rb
@@ -5,6 +5,6 @@ require File.expand_path('../shared/codepoints', __FILE__)
# See redmine #1667
describe "StringIO#each_codepoint" do
- it_behaves_like(:stringio_codepoints, :codepoints)
+ it_behaves_like :stringio_codepoints, :codepoints
end