summaryrefslogtreecommitdiff
path: root/spec/ruby/core/argf/fileno_spec.rb
blob: 29d50c35829657899a32e8ccea2437e7529af7f8 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/fileno'

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