jejacks0n / teaspoon

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

javascript_include_tag override is also needed for Rails 5 #452

Closed jmbejar closed 8 years ago

jmbejar commented 8 years ago

We're testing a Rails 5 app using the rails 5 branch. The only thing that we need to adjust is the Rails version comparison used to check if the javascript_include_tag method should be overridden.

jejacks0n commented 8 years ago

Cheers!