From 1f8102a2ed85d31f6984af2d782b720fd2afc993 Mon Sep 17 00:00:00 2001 From: Yomi Colledge Date: Wed, 14 Dec 2011 23:10:29 +0000 Subject: [PATCH] Updating README.md to include jasmine-sinon --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5928d0b..cb16734 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Works in jasmine-headless-webkit versions that support Sprockets. It comes with the libraries I need: * [jasmine-jquery](https://github.com/velesin/jasmine-jquery) 1.3.1 +* [jasmine-sinon](https://github.com/froots/jasmine-sinon) 0.1.0 * [Sinon.js](http://sinonjs.org/) 1.2.0 ## How to use it @@ -16,6 +17,7 @@ It's Sprockets vendored gem goodness, so at the top of your `spec_helper`: ``` coffee #= require jasmine-jquery #= require sinon +#= require jasmine-sinon ...make cool code... ```