guard / guard-cucumber

Guard::Cucumber automatically run your features (much like autotest)
https://rubygems.org/gems/guard-cucumber
MIT License
86 stars 36 forks source link

prevent autoload from interfering with namespace #12

Closed e2 closed 9 years ago

e2 commented 9 years ago

I had issues with Guard::Cucumber.new(options) failing due to "ArgumentError - initialize takes 0 arguments, 1 given". The problem went away with this fix.