A multi-environment, multi-runner JavaScript testing tool.
Go to file
2012-03-15 14:20:07 -04:00
bin keep browser windows open between runs, good for guard 2012-03-15 14:20:07 -04:00
features better selenium support 2012-02-23 20:34:02 -05:00
lib keep browser windows open between runs, good for guard 2012-03-15 14:20:07 -04:00
spec/javascripts a ton more hacking 2012-03-02 13:28:52 -05:00
vendor/assets/javascripts still fllailing away 2012-03-08 08:54:27 -05:00
.gitignore look at that, jquery 2012-02-29 15:16:55 -05:00
flowerbox.gemspec still fllailing away 2012-03-08 08:54:27 -05: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