summaryrefslogtreecommitdiff
path: root/spec/ruby/core/argf/to_i_spec.rb
blob: 27359014af45c115cd5792beec1013a9a308d918 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/fileno', __FILE__)

describe "ARGF.to_i" do
  it_behaves_like :argf_fileno, :to_i
end