jejacks0n / teaspoon

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

Broken running on ruby < 2 #361

Closed pbcomm closed 9 years ago

pbcomm commented 9 years ago

Throws errors on start up:

SyntaxError: .rvm/gems/jruby-1.7.19@global/gems/teaspoon-1.0.0/lib/teaspoon/exceptions.rb:9: syntax error, unexpected tLABEL def initialize(msg = nil, searched:) ^ require at org/jruby/RubyKernel.java:1071

I'm using jruby 1.7.19 (1.9.3p551)

mikepack commented 9 years ago

Version 1.0.2 should fix this. Run a bundle update.

pbcomm commented 9 years ago

Thanks, works great!