diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-05-20 10:14:20 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-05-30 11:15:56 +0200 |
commit | 7ba6b759106ba0cc4fdc67c2277e398c3d407d75 (patch) | |
tree | d2705d08937890986f476826a037e1b360589cb7 /railties/test/generators | |
parent | 290de901ddd3fcba0b064b1cb985d98dfaed01a2 (diff) | |
download | rails-7ba6b759106ba0cc4fdc67c2277e398c3d407d75.tar.gz rails-7ba6b759106ba0cc4fdc67c2277e398c3d407d75.tar.bz2 rails-7ba6b759106ba0cc4fdc67c2277e398c3d407d75.zip |
`bin/setup` script to bootstrap applications.
Diffstat (limited to 'railties/test/generators')
-rw-r--r-- | railties/test/generators/app_generator_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb index 1cbbf62459..74cff08676 100644 --- a/railties/test/generators/app_generator_test.rb +++ b/railties/test/generators/app_generator_test.rb @@ -21,6 +21,7 @@ DEFAULT_APP_FILES = %w( bin/bundle bin/rails bin/rake + bin/setup config/environments config/initializers config/locales |