mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
205 B
Ruby
8 lines
205 B
Ruby
require_relative '../../spec_helper'
|
|
require_relative 'shared/each_codepoint'
|
|
|
|
ruby_version_is ''...'3.0' do
|
|
describe "ARGF.codepoints" do
|
|
it_behaves_like :argf_each_codepoint, :codepoints
|
|
end
|
|
end
|