jejacks0n / teaspoon

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

The install generator generates a coffeescript root file, but Sprockets 4 doesn't seem to support that anymore. #474

Closed jejacks0n closed 8 years ago

jejacks0n commented 8 years ago

https://github.com/rails/sprockets/issues/273#issuecomment-206415863

Looks like we'll need to update the install generator to not generate a spec_helper.coffee, and instead generate a spec_helper.js.

473

liseki commented 8 years ago

We can now close this with the advent of #478.