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

Open watch option to other files than ruby extensions.

AlexB52 opened this issue · comments

I'm currently learning Go and would like to retest when coding/learning/testing.

At the moment the software only listens to files with .rb extensions.

Create a --listen flag to list file extensions you want to listen to. Something like

$ retest 'go test party_robot_test.go' --listen '.go'