summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/each_codepoint_spec.rb
blob: 85aa34d9d8952b00bf49e06380f8fcd0e98ec5ad (plain)
1
2
3
4
5
6
7
8
9
# -*- encoding: utf-8 -*-
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/codepoints'

# See redmine #1667
describe "StringIO#each_codepoint" do
  it_behaves_like :stringio_codepoints, :codepoints
end