| Age | Commit message (Expand) | Author |
|---|---|---|
| 2017-09-20 | Move spec/rubyspec to spec/ruby for consistency | eregon |
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'/>