jejacks0n / teaspoon

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

Fix base formatter when there are no params on the filename #421

Closed rafaelfranca closed 9 years ago

rafaelfranca commented 9 years ago

In my project the body and instrumnet query params were not being added to the file name I believe because we use the already compiled assets to run the tests. Because of this the base formatter were failing because it expects the query parameters to exists.

mikepack commented 9 years ago

Thanks Rafael!