Skip to content

Commit

Permalink
Update README to include link to Blue Ridge sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed May 8, 2009
1 parent 0ea27c8 commit 253d4d3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,18 @@ Note that you must do the following:
* put jQuery into "no conflict" mode to give the `$` function back to Prototype
* require the `prototype.js` file
* chain any files that are dependent on `prototype.js` in the `onload` callback


More Examples
-------------

To see Blue Ridge in action inside a working Rails app, check out the [Blue Ridge sample application](http://github.com/relevance/blue-ridge-sample-app). Among other things, this sample app includes examples of:

* using nested `describe` functions
* setting up per-spec HTML "fixtures"
* stubbing functions
* mocking functions
* running the Blue Ridge specs as part of your default Rake task

JavaScript API
--------------

Expand Down Expand Up @@ -198,6 +209,7 @@ But even better, fork our [GitHub repo](http://www.github.com/relevance/blue-rid
Links
-------------
* [Blue Ridge JavaScript Testing Rails Plugin](http://github.com/relevance/blue-ridge)
* [Blue Ridge Sample App](http://github.com/relevance/blue-ridge-sample-app)
* [Justin Gehtland's "Fully Headless JSSpec" Blog Post](http://blog.thinkrelevance.com/2008/7/31/fully-headless-jsspec)
* [Screw.Unit](http://github.com/nkallen/screw-unit)
* [Screw.Unit Mailing List](http://groups.google.com/group/screw-unit)
Expand Down

0 comments on commit 253d4d3

Please sign in to comment.