aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/argf/each_char_spec.rb
blob: 58ac0bf783c3dc840b6029837d0fd79a1e13f751 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/each_char', __FILE__)

describe "ARGF.each_char" do
  it_behaves_like :argf_each_char, :each_char
end