deadweight icon indicating copy to clipboard operation
deadweight copied to clipboard

deadweight finds zero selectors when using rspec

Open aeonaut opened this issue 9 years ago • 0 comments

Deadweight works as expected when I run it as a rake task. However, when I try to run it with rspec, it finds no selectors:

$ DEADWEIGHT=true rspec spec/features/surveys_index_spec.rb
No DRb server is running. Running in local process instead ...

found 0 unused selectors out of 0 total

Is there some way to make this work? Piggybacking on integration tests seems way better than trying to manually specify every page of my site.

aeonaut avatar Apr 20 '15 23:04 aeonaut