Coverage when specs are in test/dummy
thebravoman opened this issue · 1 comments
thebravoman commented
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
thebravoman commented
Aha, found it. I had to suites and the second one was overrriding the first one