jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Coverage when specs are in test/dummy #593

Closed thebravoman closed 3 years ago

thebravoman commented 3 years ago

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 3 years ago

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