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

Replace file to changed on terminal output

AlexB52 opened this issue · comments

When using both placeholders we list the changed and test files but reference changed as file. Example

Files Selected:
  - file: test/models/coupon_test.rb
  - test: test/models/coupon_test.rb

It should be displaying:

Files Selected:
  - changed: test/models/coupon_test.rb
  - test: test/models/coupon_test.rb