retest icon indicating copy to clipboard operation
retest copied to clipboard

retest is confused if a file is called `rspec.rb`

Open AlexB52 opened this issue 4 years ago • 0 comments

A change on a file named rspec.rb will try to run the test command with rspec.rb file which doesn't have tests and therefore doesn't output anything even though the change is recognised.

Test File Selected: lib/retest/command/rspec.rb
# nothing happens

AlexB52 avatar Oct 17 '21 02:10 AlexB52