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 --diff to run all tests in one go instead of per file

AlexB52 opened this issue · comments

At the moment when running retest --diff this will identify each changed file and run the appropriate spec for each of them. Ideally you would like one run with all the spec files together.