aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-12-18 17:25:16 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-12-18 17:25:16 -0500
commit411e499677981ef649c000a36f5a805516096c3e (patch)
tree161978b650f19ef1d562377df5db2086aef92766 /railties/test/generators
parentb565a7a3b43d5e27ba4fb08cf384b00e4c90aa72 (diff)
downloadrails-411e499677981ef649c000a36f5a805516096c3e.tar.gz
rails-411e499677981ef649c000a36f5a805516096c3e.tar.bz2
rails-411e499677981ef649c000a36f5a805516096c3e.zip
update concerned tests
Diffstat (limited to 'railties/test/generators')
-rw-r--r--railties/test/generators/app_generator_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb
index b7e366d266..bd0f9d6a32 100644
--- a/railties/test/generators/app_generator_test.rb
+++ b/railties/test/generators/app_generator_test.rb
@@ -11,9 +11,11 @@ DEFAULT_APP_FILES = %w(
app/assets/stylesheets
app/assets/images
app/controllers
+ app/controllers/concerns
app/helpers
app/mailers
app/models
+ app/models/concerns
app/views/layouts
config/environments
config/initializers