allantokuda / kappa-maki

Provide Cucumber users the ability to create locally scoped step definitions and methods such that they are only usable from within one feature. In the style of Spinach.
1 stars 2 forks source link

Support Cucumber 2.0 explicitly #6

Closed allantokuda closed 8 years ago

allantokuda commented 8 years ago

Added a check for the Cucumber::Events class before using it, because it did not exist before 2.1.0.

Separated tests for 2.0.2 and 2.1.0. Because of similarity, wrote a script that makes a Gemfile-modified copy of 2.0.2 in 2.1.0, rather than checking in both versions.

allantokuda commented 8 years ago

Carlbc18 please try this branch out and see if it works for you.

gem 'kappa-maki', :git => 'git://github.com/allantokuda/kappa-maki.git', :branch => 'fix-2.0'

bundle update