summaryrefslogtreecommitdiff
path: root/spec/ruby/core/argf/bytes_spec.rb
blob: 01a3a3db0d292dc1936a2f99196f0285861fab9d (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/each_byte', __FILE__)

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