aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/paths_test.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-21 20:15:27 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-21 20:15:27 -0600
commit426348b48403f664cc10e8ec545b640e56c1c090 (patch)
treeabbcac7646f0dba168a5685ee646c3e7f90d8e66 /railties/test/paths_test.rb
parent36624b2c709925bcabb49d12082b9dd9d28c4c5c (diff)
downloadrails-426348b48403f664cc10e8ec545b640e56c1c090.tar.gz
rails-426348b48403f664cc10e8ec545b640e56c1c090.tar.bz2
rails-426348b48403f664cc10e8ec545b640e56c1c090.zip
Update routes.rb template to use App name
Diffstat (limited to 'railties/test/paths_test.rb')
-rw-r--r--railties/test/paths_test.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/test/paths_test.rb b/railties/test/paths_test.rb
index c724799d64..d60d6177f6 100644
--- a/railties/test/paths_test.rb
+++ b/railties/test/paths_test.rb
@@ -2,7 +2,6 @@ require 'abstract_unit'
require 'rails/paths'
class PathsTest < ActiveSupport::TestCase
-
def setup
@root = Rails::Application::Root.new("/foo/bar")
end
@@ -228,4 +227,4 @@ class PathsTest < ActiveSupport::TestCase
@root.app.eager_load!
assert_equal ["/foo/bar/app"], @root.load_paths
end
-end \ No newline at end of file
+end