diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-06-04 14:01:11 +0530 |
---|---|---|
committer | Arun Agrawal <arun@fromjaipur.com> | 2011-06-16 19:07:07 +0530 |
commit | 13f8b28cdf412b4207491657b0463e45a7611e73 (patch) | |
tree | cb5fff8ac58967d3fa8aed7fddc29e18adac5829 /railties/test/generators | |
parent | f064664de72a34d24568eadf7340f41876df4b20 (diff) | |
download | rails-13f8b28cdf412b4207491657b0463e45a7611e73.tar.gz rails-13f8b28cdf412b4207491657b0463e45a7611e73.tar.bz2 rails-13f8b28cdf412b4207491657b0463e45a7611e73.zip |
Using lib/assets only. Javascripts/Stylesheets people can fill later.
Diffstat (limited to 'railties/test/generators')
-rw-r--r-- | railties/test/generators/app_generator_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb index c31c65a27d..6926027bed 100644 --- a/railties/test/generators/app_generator_test.rb +++ b/railties/test/generators/app_generator_test.rb @@ -10,6 +10,7 @@ DEFAULT_APP_FILES = %w( config.ru app/assets/javascripts app/assets/stylesheets + app/assets/images app/controllers app/helpers app/mailers @@ -22,8 +23,8 @@ DEFAULT_APP_FILES = %w( doc lib lib/tasks + lib/assets log - app/assets/images script/rails test/fixtures test/functional |