From 13f8b28cdf412b4207491657b0463e45a7611e73 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Sat, 4 Jun 2011 14:01:11 +0530 Subject: Using lib/assets only. Javascripts/Stylesheets people can fill later. --- railties/test/generators/app_generator_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'railties/test') 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 -- cgit v1.2.3