Hi there,
Upgrading guard to latest 2.2.2 breaks guard-jruby-rspec, which fails on 'guard' startup. Error message:
19:23:42 - ERROR - Invalid Guardfile, original error is:
[#] wrong number of arguments calling initialize (2 for 1)
ArgumentError: wrong number of arguments calling initialize (2 for 1)
initialize at /opt/rbenv/versions/jruby-1.7.5/lib/ruby/gems/shared/gems/guard-jruby-rspec-0.2.1/lib/guard/jruby-rspec.rb:42
Root cause is recent change to Guard::RSpec initializer, removing parameters:
https://github.com/guard/guard-rspec/blob/master/lib/guard/rspec.rb#L11
Cheers
Greg
Hi there,
Upgrading guard to latest 2.2.2 breaks guard-jruby-rspec, which fails on 'guard' startup. Error message:
19:23:42 - ERROR - Invalid Guardfile, original error is:
Root cause is recent change to Guard::RSpec initializer, removing parameters:
https://github.com/guard/guard-rspec/blob/master/lib/guard/rspec.rb#L11
Cheers
Greg