retest
retest copied to clipboard
Run system tests for rails setup when `-all` is active
https://github.com/AlexB52/retest/pull/209 raised the issue that retest doesn't run system tests when using --all flag.
Changing the default command from bin/rails test to bin/rails test:all to run system tests when using the all flag.