Skip to content

Run diffs in one go

Compare
Choose a tag to compare
@AlexB52 AlexB52 released this 17 Aug 04:57
· 117 commits to main since this release

The flag --diff now runs all the spec files in one run instead of looping through each of them.

Example:

retest --diff main

Setup identified: [RSPEC]. Using command: 'bin/rspec <test>'
Tests found:
  - spec/path/to/file1_spec.rb
  - spec/path/to/file2_spec.rb
  - spec/path/to/file3_spec.rb
Running tests...
Test File Selected: spec/path/to/file1_spec.rb spec/path/to/file2_spec.rb spec/path/to/file3_spec.rb
Running via Spring preloader in process 10493
................................................................................................................................................................................................................

Finished in 16.97 seconds (files took 0.69523 seconds to load)
208 examples, 0 failures