AlexB52 / retest

A simple CLI to watch file changes and run their matching Ruby specs. Works on any ruby projects with no setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retest --rake option

AlexB52 opened this issue · comments

retest should know about few options.
One option is --rake which should be a shortcut for bundle exec rake test TEST=<test>

Those two commands should be equivalent

retest 'bundle exec rake test TEST=<test>'
retest --rake