aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/shared_generator_tests.rb
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-08 12:15:27 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-08 13:24:12 +0900
commit67db41aa7f17c2d34eb5a914ac7a6b2574930ff4 (patch)
treee0c98751d15eadc90e5af611e24c22c89abe9e69 /railties/test/generators/shared_generator_tests.rb
parentdaf77db65d9d5e295ee3ba86605988875cb834e4 (diff)
downloadrails-67db41aa7f17c2d34eb5a914ac7a6b2574930ff4.tar.gz
rails-67db41aa7f17c2d34eb5a914ac7a6b2574930ff4.tar.bz2
rails-67db41aa7f17c2d34eb5a914ac7a6b2574930ff4.zip
Do not run `active_storage:install` when bundle install is skipped
In order to execute the `rails` command, need to run bundle install in advance. Therefore, if skipped bundle install, `rails` command may fail and should not do it.
Diffstat (limited to 'railties/test/generators/shared_generator_tests.rb')
-rw-r--r--railties/test/generators/shared_generator_tests.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/test/generators/shared_generator_tests.rb b/railties/test/generators/shared_generator_tests.rb
index ed09847443..ba8ee13526 100644
--- a/railties/test/generators/shared_generator_tests.rb
+++ b/railties/test/generators/shared_generator_tests.rb
@@ -222,7 +222,6 @@ module SharedGeneratorTests
end
assert_file "#{application_path}/config/storage.yml"
- assert_directory "#{application_path}/db/migrate"
assert_directory "#{application_path}/storage"
assert_directory "#{application_path}/tmp/storage"