The compiler/server component of Flowerbox
config | ||
features | ||
lib | ||
spec | ||
.gitignore | ||
flowerbox-delivery.gemspec | ||
Gemfile | ||
Guardfile | ||
LICENSE | ||
Rakefile | ||
README.md |
Flowerbox Delivery
Fresh cut code testing flowers, delivered straight to your door!
This component of Flowerbox uses Sprockets to compile your test suite's code into a nice package, then delivers it to a runner in two ways:
- Straight on the filesystem, the absolute fastest way to run your tests
- Through a Rack server, so you can teest things that need a real HTTP url, like history and WebWorkers
Installation
Add this line to your application's Gemfile:
gem 'flowerbox-delivery'
And then execute:
$ bundle
Or install it yourself as:
$ gem install flowerbox-delivery
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request