Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blendle/cucumber-blendle-steps

General Cucumber steps used in Blendle projects
https://github.com/blendle/cucumber-blendle-steps

cucumber cucumber-steps

Last synced: 9 days ago
JSON representation

General Cucumber steps used in Blendle projects

Awesome Lists containing this project

README

        

# cucumber-blendle-steps [![wercker status](https://app.wercker.com/status/a041fddb02cd177bd800343184ea7635/s/master "wercker status")](https://app.wercker.com/project/bykey/a041fddb02cd177bd800343184ea7635)

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:

```ruby
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](lib/cucumber/blendle/steps) for predefined steps,
and [cucumber/blendle/support](lib/cucumber/blendle/support) for some general
support/setup scripts.