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

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