jejacks0n / teaspoon

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

Fixes properties tag in the generated junit xml #256

Closed anshul closed 10 years ago

anshul commented 10 years ago

The generated junint xml file does not parse correctly when coverage is turned on. This fixes that.

anshul commented 10 years ago

Corrected the tests. The other failure is due to istanbul deprecation.

jejacks0n commented 10 years ago

Thank you.