This gem combines some of the Cucumber steps used throughout all of Blendle projects.
More steps, features and documentation will follow...
Installation
Add this line to your application's Gemfile:
gem 'cucumber-blendle-steps'
And then execute:
$ bundle install
Usage
add require 'cucumber/blendle_steps'
to your features/support/env.rb
file.
See cucumber/blendle/steps for predefined steps, and cucumber/blendle/support for some general support/setup scripts.