aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-10-20 14:16:29 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-10-20 14:41:51 +0900
commit931120d37d8f204f0e8c2aabbe4caa68347ee7b9 (patch)
tree89d4d64f051552dc5af6c699b72bda303ce3939e /activesupport/lib
parente3111c129a557bee8691c34acc209d0727418957 (diff)
downloadrails-931120d37d8f204f0e8c2aabbe4caa68347ee7b9.tar.gz
rails-931120d37d8f204f0e8c2aabbe4caa68347ee7b9.tar.bz2
rails-931120d37d8f204f0e8c2aabbe4caa68347ee7b9.zip
Avoid running `webpacker:install` on tests that don't need it
If use `run_generator` to run the generator, `--skip-webpack-install` is specified automatically. https://github.com/rails/rails/blob/3101a4136bd62787e252d2658eee23001036fa0f/railties/lib/rails/generators/testing/behaviour.rb#L71 However, when executing the generator independently (for example, to use stub), `webpacker:install` was executed. Since this includes `yarn install`, it should be avoided in unnecessary testing.
Diffstat (limited to 'activesupport/lib')
0 files changed, 0 insertions, 0 deletions