Skip to content

Instantly share code, notes, and snippets.

@darron
Created November 3, 2009 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darron/225438 to your computer and use it in GitHub Desktop.
Save darron/225438 to your computer and use it in GitHub Desktop.
diff --git a/README.textile b/README.textile
index 6ee8d12..57d3c85 100644
--- a/README.textile
+++ b/README.textile
@@ -38,6 +38,9 @@ h4. Testing
* "*shoulda*":http://github.com/thoughtbot/shoulda - Testing framework
* "*rspec*":http://wiki.github.com/dchelimsky/rspec - Testing framework
+* "*mocha*":http://github.com/floehopper/mocha - Mocking and stubbing library
+
+If you are getting <pre>NoMethodError: undefined method 'any_instance'</pre> errors when running your test suite, you may need to install mocha.
h2. Features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment