Methods
S
Instance Public methods
setup()
# File railties/test/paths_test.rb, line 5
def setup
  File.stubs(:exists?).returns(true)
  @root = Rails::Paths::Root.new("/foo/bar")
end