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 --ruby option

AlexB52 opened this issue · comments

retest should know about few options.
One option is --ruby which should be a shortcut for ruby <test>

Those two commands should be equivalent

retest 'ruby <test>'
retest --ruby