jejacks0n/teaspoon

Coverage when specs are in test/dummy

thebravoman opened this issue · 1 comments

I am developing a rails engine.
Specs are in test/dummy/spec.
It works ok except for coverage
When I run the coverage only the code from test/dummy app is included and not the code from the real app

Do you know how I could include specific asset paths in the coverage

Aha, found it. I had to suites and the second one was overrriding the first one