rspec - Skip Unit Tests -Arcanist -
we (the royal we) have number of unit tests (several thousand). still dependent on external services because when written, service dependencies not stubbed out. vcr used way triage this.
i spending time cleaning these old tests (consider zen exercise) , have handful of working branches (each branch constitutes test suite specific component[model/controller/etc.. ]. want able disable unit tests vast number (~100) test files still dependent on external services
i able achieve adding --nounit
command line arg
Comments
Post a Comment