mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:23:13 +08:00
da50cd554a
I want to use autospec while working on a single spec file. At the moment, it will start running all specs once it completes the file I'm working on. With parallel mode enabled, this causes CPU usage to spike dramatically, affecting IDE performance, battery life, and fan noise. I would prefer that it only runs all specs when I explicitly press [ENTER] This commit adds a new ENV variable `AUTO_RUN_ALL`. To prevent auto-running all specs, set it to 0. The default behavior remains unchanged. |
||
---|---|---|
.. | ||
base_runner.rb | ||
formatter.rb | ||
manager.rb | ||
qunit_runner.rb | ||
reload_css.rb | ||
rspec_runner.rb | ||
simple_runner.rb |