alexgb / guard-konacha

Automatically run konacha tests through Guard
MIT License
31 stars 17 forks source link

Guard 2.0 compatibility #30

Open RobinDaugherty opened 9 years ago

RobinDaugherty commented 9 years ago

Changes required to support Guard 2.0. This means minor changes to the Guard::Konacha class (the base class and the initializer arguments changed).

Added guard-compat gem so that specs will run. This helps with the proper setup of Guard itself, which is necessary because Guard.state was used in the Plugin base class initializer but it's nil without proper setup.

RobinDaugherty commented 9 years ago

It looks like the build failed because of configuration settings on Travis CI that have since been changed. Can you please kick off a rebuild so that it tries with the new settings?