Skip to content

Flags and Help

Compare
Choose a tag to compare
@AlexB52 AlexB52 released this 05 Dec 01:57
· 164 commits to main since this release
6a83544
  • You can now print usage with retest --help
  • You can now use flags to tell retest which standard ruby test command to use
  • Update README documentation

Shortcut Flags

flags shortcut command
retest --rake bundle exec rake test TEST=<test>
retest --rake --all bundle exec rake test
retest --rspec bundle exec rspec <test>
retest --rspec --all bundle exec rspec
retest --rails bundle exec rails test <test>
retest --rails --all bundle exec rails test
retest --ruby bundle exec ruby <test>