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

Fix specs due to changes in cucumber #29

Closed hron closed 8 years ago

hron commented 8 years ago

It seems that guard-cucumber uses the legacy api for formatter and cucumber moved those classes to a separate module. This fix just allows the specs to pass on new cucumber.

e2 commented 8 years ago

Cool, thanks!

I wouldn't mind moving to the new API completely - there's probably little value in maintaining backward compatibility when it comes to Cucumber itself.