My Cucumber stuff
Go to file
John Bintz 3fba616df1 more specific sexp_processor 2012-12-29 10:14:50 -05:00
bin basic screenshot support 2012-07-25 13:57:43 -04:00
lib Merge branch 'master' of github.com:johnbintz/cuke-pack 2012-11-29 06:42:19 -05:00
skel add some new things 2012-09-18 11:32:23 -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 more specific sexp_processor 2012-12-29 10:14:50 -05: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