jejacks0n / teaspoon

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

Add support for Sprockets 4 #473

Closed liseki closed 8 years ago

liseki commented 8 years ago

Fix support for Sprockets 4 ensured that Teaspoon successfully loaded with Sprockets 4. This finishes up the job to ensure Teaspoon works with Sprockets 4.

jejacks0n commented 8 years ago

Thanks! Generally looks good, but I had some questions.

liseki commented 8 years ago

I did locally run the specs with appraisal and this works for Sprockets 2, 3, and 4 so there should be no back support breakage. I presume the CI also does this.

jejacks0n commented 8 years ago

In theory it does, but I wasn't certain about the version of sprockets in the Rails 3 build. Thanks for clarifying.