summaryrefslogtreecommitdiff
path: root/spec/ruby/core/argf/codepoints_spec.rb
blob: 7aa8a761fe3173668a1ee4f5691262d3b07a0451 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/each_codepoint'

describe "ARGF.codepoints" do
  it_behaves_like :argf_each_codepoint, :codepoints
end