Browse Source

noting rspec is only needed for testing now

tags/0.4.0
Benjamin Young 14 years ago
parent
commit
577f7cc437
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      README.md

+ 6
- 2
README.md View File

@@ -288,8 +288,10 @@ Or just install it as a RubyGem:
## Plugins for jQuery, Dojo, Yui, CommonJS, qooxdoo

This repository lets you build modules for [jQuery][], [Dojo][], [Yui][] and
[CommonJS][] / [Node.js][] with the help of `rake`. You may need to install
rspec first by running `gem install rspec`.
[CommonJS][] / [Node.js][] with the help of `rake`.

NOTE: The default `rake` task is only used for testing and require rspec to be
installed (see below).

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

## Testing

NOTE: You will need to install rspec first by running `gem install rspec`.

To run the mustache.js test suite, run `rake spec`. All specs will be run first with JavaScriptCore (using `jsc`)
and again with Rhino, using `java org.mozilla.javascript.tools.shell.Main`.



Loading…
Cancel
Save