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