aboutsummaryrefslogtreecommitdiffstats
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.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/ruby/library/stringio/each_codepoint_spec.rb b/spec/ruby/library/stringio/each_codepoint_spec.rb
index c2eec90581..85aa34d9d8 100644
--- a/spec/ruby/library/stringio/each_codepoint_spec.rb
+++ b/spec/ruby/library/stringio/each_codepoint_spec.rb
@@ -7,4 +7,3 @@ require_relative 'shared/codepoints'
describe "StringIO#each_codepoint" do
it_behaves_like :stringio_codepoints, :codepoints
end
-