36 lines
886 B
Markdown
36 lines
886 B
Markdown
# 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
|
|
|
|
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
|