jejacks0n / teaspoon

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

Temporarily disable raise_runtime_errors #206

Closed johnhampton closed 10 years ago

johnhampton commented 10 years ago

Rails 4.1 sets config.assets.raise_runtime_errors to true by default. The change is causing teaspoon to break (see issue #197 for details). Temporarily disabling the setting while teaspoon is running fixes the issue.

jejacks0n commented 10 years ago

Thanks.

kenips commented 10 years ago

:+1:

jejacks0n commented 10 years ago

I think we should be good without this now since this helper has been removed. Thanks for the work, and let me know if any of it is still applicable.