If use Guard-Rspec with Guard-rubocop with autocorrect option yo will get 2 imes run test artefact.
- run spec
- run autocorrector
- run spec vs corrected code
Fuctionally, corrected code is the same version of code. It will be the best, of it will be able to run test in this case only once.
I mean, that it will be perfect to check spec names query and make it qnic before run
If use Guard-Rspec with Guard-rubocop with autocorrect option yo will get 2 imes run test artefact.
Fuctionally, corrected code is the same version of code. It will be the best, of it will be able to run test in this case only once.
I mean, that it will be perfect to check spec names query and make it qnic before run