A multi-environment, multi-runner JavaScript testing tool.
Go to file
2012-03-20 14:52:23 -04:00
bin improve things 2012-03-20 14:52:23 -04:00
features better selenium support 2012-02-23 20:34:02 -05:00
lib improve things 2012-03-20 14:52:23 -04:00
skel/cucumber make it possible to bootstrap a cucumber config, handle tables and strings in cucumber tasks 2012-03-17 17:54:23 -04:00
spec remove the need for the separate delivey gem, there was so little left in it anyway that was necessary 2012-03-16 11:27:58 -04:00
vendor/assets/javascripts still fllailing away 2012-03-08 08:54:27 -05:00
.gitignore make it possible to bootstrap a cucumber config, handle tables and strings in cucumber tasks 2012-03-17 17:54:23 -04:00
flowerbox.gemspec remove the need for the separate delivey gem, there was so little left in it anyway that was necessary 2012-03-16 11:27:58 -04:00
Gemfile yeehaw! 2012-02-22 11:47:07 -05:00
LICENSE yeehaw! 2012-02-22 11:47:07 -05:00
Rakefile yeehaw! 2012-02-22 11:47:07 -05:00
README.md yeehaw! 2012-02-22 11:47:07 -05:00

Flowerbox

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'flowerbox'

And then execute:

$ bundle

Or install it yourself as:

$ gem install flowerbox

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