diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-04-23 02:17:08 +0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-04-23 02:22:12 +0800 |
commit | eb599295db00b9a614e01707db2371d8819947ed (patch) | |
tree | 331cc6df38c401e7f49a6fa0372e27451ff2c8d8 /railties/test/generators | |
parent | bb6b17216d05cb3c29279b13423a424fa375aaf4 (diff) | |
download | rails-eb599295db00b9a614e01707db2371d8819947ed.tar.gz rails-eb599295db00b9a614e01707db2371d8819947ed.tar.bz2 rails-eb599295db00b9a614e01707db2371d8819947ed.zip |
Images path fixed in test.
Diffstat (limited to 'railties/test/generators')
-rw-r--r-- | railties/test/generators/app_generator_test.rb | 2 |
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 |