jejacks0n / teaspoon

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

Update mocha spec_helper.js template to use the new API of chai. #167

Closed sadjow closed 10 years ago

sadjow commented 10 years ago

According to http://chaijs.com/, assert and expect shouldn't be called as a function. This was breaking initial Teaspoon installation when choose JavaScript to spec_helper.

jejacks0n commented 10 years ago

Thanks!