Skip to content

Commit 577f7cc

Browse files
committed
noting rspec is only needed for testing now
1 parent 98e2f0f commit 577f7cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,10 @@ Or just install it as a RubyGem:
288288
## Plugins for jQuery, Dojo, Yui, CommonJS, qooxdoo
289289

290290
This repository lets you build modules for [jQuery][], [Dojo][], [Yui][] and
291-
[CommonJS][] / [Node.js][] with the help of `rake`. You may need to install
292-
rspec first by running `gem install rspec`.
291+
[CommonJS][] / [Node.js][] with the help of `rake`.
292+
293+
NOTE: The default `rake` task is only used for testing and require rspec to be
294+
installed (see below).
293295

294296
Run `rake jquery` to get a jQuery compatible plugin file in the
295297
`mustache-jquery/` directory.
@@ -307,6 +309,8 @@ Run `rake qooxdoo` to get a qooxdoo compatible file named `qooxdoo.mustache.js`.
307309

308310
## Testing
309311

312+
NOTE: You will need to install rspec first by running `gem install rspec`.
313+
310314
To run the mustache.js test suite, run `rake spec`. All specs will be run first with JavaScriptCore (using `jsc`)
311315
and again with Rhino, using `java org.mozilla.javascript.tools.shell.Main`.
312316

0 commit comments

Comments
 (0)