My Cucumber stuff
Go to file
John Bintz 036008f8c6 even better wait_for support 2012-08-28 15:46:42 -04:00
bin basic screenshot support 2012-07-25 13:57:43 -04:00
lib even better wait_for support 2012-08-28 15:46:42 -04:00
skel also add confirm js 2012-08-22 13:33:06 -04:00
.gitignore initial stuff 2012-04-25 09:29:52 -04:00
Gemfile initial stuff 2012-04-25 09:29:52 -04:00
LICENSE initial stuff 2012-04-25 09:29:52 -04:00
README.md initial stuff 2012-04-25 09:29:52 -04:00
Rakefile initial stuff 2012-04-25 09:29:52 -04:00
cuke-pack.gemspec even better wait_for support 2012-08-28 15:46:42 -04:00

README.md

Cuke::Pack

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'cuke-pack'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cuke-pack

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request