summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.markdown b/README.markdown
index 65f4c77..904b9e0 100644
--- a/README.markdown
+++ b/README.markdown
@@ -114,25 +114,6 @@ Known Issues
See [FAQ.md](https://github.com/wycats/handlebars.js/blob/master/FAQ.md) for known issues and common pitfalls.
-Running Tests
----------
-
-To run tests locally, first install all dependencies.
-```
-npm install
-```
-
-Clone the mustache specs into the spec/mustache folder.
-```
-cd spec
-rm -r mustache
-git clone https://github.com/mustache/spec.git mustache
-```
-
-From the root directory, run the tests.
-```
-npm test
-```
Handlebars in the Wild
----------------------