require_relative '../../spec_helper' describe "ARGF.to_s" do before :each do @file1 = fixture __FILE__, "file1.txt" @file2 = fixture __FILE__, "file2.txt" end it "returns 'ARGF'" do argf [@file1, @file2] do @argf.to_s.should == "ARGF" end end end /atom+xml'/>
summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/fixtures/autoload_ex1.rb
AgeCommit message (Expand)Author
2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon