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

ruby_version_is ''...'2.8' do

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