Source: show | on GitHub
# File railties/test/paths_test.rb, line 6 def setup File.stubs(:exist?).returns(true) @root = Rails::Paths::Root.new("/foo/bar") end