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

describe "ARGF.each_byte" do
  it_behaves_like :argf_each_byte, :each_byte
end