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

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