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

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -