From 695bd85683972ad74c8d9938d4e35ae510543d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Br=C3=A9chemier?= Date: Mon, 20 Feb 2012 10:07:38 +0100 Subject: [PATCH] Add notice: tests are only expected to run in *nix environment --- TESTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TESTING.md b/TESTING.md index 6abec93..38ec4df 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,5 +1,7 @@ ## Running the mustache.js Test Suite +Notice: the tests are only expected to run on unixoid systems. + The mustache.js test suite uses the [RSpec](http://rspec.info/) testing framework. In order to run the tests you'll need to install [Ruby](http://ruby-lang.org/) as well as the `rake`, `rspec` (>=2), and `json` [RubyGems](http://rubygems.org/).