summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-06-01 23:46:34 -0500
committerkpdecker <kpdecker@gmail.com>2013-06-01 23:46:34 -0500
commit7b1ad8aa38379e9de26b1799c54a082d6b8a0be1 (patch)
tree839e7489072004eb670fd84fd8147cdca23985d5 /README.markdown
parentadda0569e0ec3fc363af9efbb23f5304c6d80fe2 (diff)
downloadhandlebars.js-7b1ad8aa38379e9de26b1799c54a082d6b8a0be1.zip
handlebars.js-7b1ad8aa38379e9de26b1799c54a082d6b8a0be1.tar.gz
handlebars.js-7b1ad8aa38379e9de26b1799c54a082d6b8a0be1.tar.bz2
Remove remaining respec references.
Fixes #544
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown17
1 files changed, 5 insertions, 12 deletions
diff --git a/README.markdown b/README.markdown
index f775815..5455724 100644
--- a/README.markdown
+++ b/README.markdown
@@ -362,22 +362,15 @@ To build Handlebars.js you'll need a few things installed.
* Node.js
* Ruby
-* therubyracer, for running tests - `gem install therubyracer`
-* rspec, for running tests - `gem install rspec`
+* Rake
-There's a Gemfile in the repo, so you can run `bundle` to install rspec
-and therubyracer if you've got bundler installed.
+There's a Gemfile in the repo, so you can run `bundle` to install rake
+if you've got bundler installed.
To build Handlebars.js from scratch, you'll want to run `rake compile`
in the root of the project. That will build Handlebars and output the
-results to the dist/ folder. To run tests, run `rake test`. You can also
-run our set of benchmarks with `rake bench`. Node tests can be run with
-`npm test` or `rake npm_test`. The default rake target will compile and
-run both test suites.
-
-Some environments, notably Windows, have issues running therubyracer. Under these
-envrionments the `rake compile` and `npm test` should be sufficient to test
-most handlebars functionality.
+results to the dist/ folder. To run tests, run `rake test` or `npm test.
+You can also run our set of benchmarks with `rake bench`.
If you notice any problems, please report them to the GitHub issue tracker at
[http://github.com/wycats/handlebars.js/issues](http://github.com/wycats/handlebars.js/issues).