# File test.rb, line 188 def test_get assert_equal(@@text, @@fs.get(@@filename), "Dir.getwd is a path by default") puts "Looking for #{@@location}" assert_equal(@@text, @@fs.get(@@location), "Full path is allowed by default") end