aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/argf/each_spec.rb
blob: 5a1e0dc73c4c7db741997791806985be087837be (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/each_line', __FILE__)

describe "ARGF.each" do
  it_behaves_like :argf_each_line, :each
end