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

describe "ARGF.path" do
  it_behaves_like :argf_filename, :path
end