1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

2.8 -> 3.0 in specs

This commit is contained in:
Benoit Daloze 2020-12-04 16:32:14 +01:00
parent 94d49ed31c
commit 9ea1055eab
16 changed files with 15 additions and 17 deletions

View file

@ -1,7 +1,7 @@
require_relative '../../spec_helper'
require_relative 'shared/each_byte'
ruby_version_is ''...'2.8' do
ruby_version_is ''...'3.0' do
describe "ARGF.bytes" do
it_behaves_like :argf_each_byte, :bytes
end