jejacks0n / teaspoon

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

jasmine tests fail after upgrading rails to 4.2.0 and ruby to 2.2.1 #344

Closed sp1117 closed 9 years ago

sp1117 commented 9 years ago

Upgraded rails and ruby versions, now teaspoon tests are failing for some reason.

teaspoon 0.8.0 jasmine 2.2.0

Is there anyone else who is facing a similar issue after the upgrade?

mikepack commented 9 years ago

@sp1117 you're using quite an old version of Teaspoon (0.7.9). Can you please try upgrading? There are some upgrade notes in the README: https://github.com/modeset/teaspoon#upgrading

Closing this for now, will happily reopen if you're still experiencing issues after upgrading.

sp1117 commented 9 years ago

Well, I upgraded teaspoon to 0.8.0 and I get this Failure/Error: Can't find variable: spyOn. Did anything change with spyOn after this upgrade?

mikepack commented 9 years ago

I don't believe so. @jejacks0n are you aware of anything?

jejacks0n commented 9 years ago

did jasmine 2.2.0 ship with 0.8, or 0.9?

mikepack commented 9 years ago

Nope.

jejacks0n commented 9 years ago

@sp1117, then I don't think you're using jasmine 2.2.0 -- which is probably the problem. Probably want to stick to the version you were using before.