summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/codepoints_spec.rb
blob: cc2e5d1b5dca3f6aba59e033b574cb2d43e1b50d (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#codepoints" do
  it_behaves_like :stringio_codepoints, :codepoints
end