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

Find matching test for unmatching commands

AlexB52 opened this issue · comments

When passing a hardcoded command (with not <test> placeholder), retest still tried to find the matching spec before running the command. Finding the test is not required as it is not dependent from it.

This is has been identified when changing a file with multiple test possibilities, the output asks you to choose the file to match even though it doesn't need it.