aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-04-23 02:17:08 +0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-04-23 02:22:12 +0800
commiteb599295db00b9a614e01707db2371d8819947ed (patch)
tree331cc6df38c401e7f49a6fa0372e27451ff2c8d8 /railties/test/generators/app_generator_test.rb
parentbb6b17216d05cb3c29279b13423a424fa375aaf4 (diff)
downloadrails-eb599295db00b9a614e01707db2371d8819947ed.tar.gz
rails-eb599295db00b9a614e01707db2371d8819947ed.tar.bz2
rails-eb599295db00b9a614e01707db2371d8819947ed.zip
Images path fixed in test.
Diffstat (limited to 'railties/test/generators/app_generator_test.rb')
-rw-r--r--railties/test/generators/app_generator_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb
index 3ef06c7f25..58febfd9c7 100644
--- a/railties/test/generators/app_generator_test.rb
+++ b/railties/test/generators/app_generator_test.rb
@@ -23,7 +23,7 @@ DEFAULT_APP_FILES = %w(
lib
lib/tasks
log
- public/images
+ app/assets/images
script/rails
test/fixtures
test/functional