This is really specific problem that shouldn't cause a problem right now.
When calling retest 'rake test =<test>' the output is:
Setup identified: [RAKE]. Using command: 'bundle exec rake test TEST=<test>'
Launching Retest...
Ready to refactor! You can make file changes now
The command is not recognised and the default setting kicks in. Passing a = is what makes the command fail.
This is really specific problem that shouldn't cause a problem right now.
When calling
retest 'rake test =<test>'the output is:The command is not recognised and the default setting kicks in. Passing a
=is what makes the command fail.