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

Handle new file changes

AlexB52 opened this issue · comments

Currently retest is not trying to run a spec on a new created file. Whether it is with git or not.

Once a new file is added to the repository and showed as changed, we should add that file to the array of files to search from