summaryrefslogtreecommitdiff
path: root/spec/ruby/core/argf/bytes_spec.rb
blob: 3e11a4f5c404339036088214ed9b1862d532d243 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'shared/each_byte'

ruby_version_is ''...'3.0' do
  describe "ARGF.bytes" do
    it_behaves_like :argf_each_byte, :bytes
  end
end