README.rdoc in visionmedia-jspec-2.0.1 vs README.rdoc in visionmedia-jspec-2.0.2
- old
+ new
@@ -26,10 +26,11 @@
* Great looking default DOM theme
* `jspec` command-line utility for auto-running specs, and initializing project templates
* Proxy or 'Spy' assertions
* Shared behaviors
* Profiling
+* Rails Integration (http://github.com/bhauman/jspec-rails)
* Tiny (15 kb compressed, 1600-ish LOC)
== Installation
Simply download JSpec and include JSpec.css and JSpec.js in your markup.
@@ -41,10 +42,11 @@
At which point you may:
$ jspec init myproject
JSpec scripts should NOT be referenced via the <script> tag, they should be
-loaded using the exec method. Below is an example:
+loaded using the exec method (unless you are using the grammar-less alternative).
+Below is an example:
...
<script>
function runSuites() {
JSpec