This commit is contained in:
John Bintz 2012-03-23 10:00:44 -04:00
parent 09e1d82205
commit 39bf60c9b1
2 changed files with 16 additions and 3 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ Gemfile.lock
_site/ _site/
coverage/ coverage/
tmp/ tmp/
pkg/

View File

@ -5,9 +5,22 @@ layout: default
# Flowerbox # Flowerbox
## A multi-environment, multi-runner JavaScript testing framework framework. ## A multi-environment, multi-runner JavaScript testing framework framework.
## Getting started ## Super-fast unit testing getting started
{% highlight sh %} {% highlight sh %}
gem install flowerbox gem install flowerbox
flowerbox plant jasmine
flowerbox spec/javascripts
{% endhighlight %} {% endhighlight %}
## ...and what about integration testing?
{% highlight sh %}
flowerbox plant cucumber
flowerbox js-features
{% end %}
## Flowerbox! ...wha?
So I (John) have been in this JavaScript testing game for a while, and, after about
three years of the stuff, decided to finally take all the knowledge I had o