From f908d0d1708e2e55fa9e2ab10a60a24f92b3ae3a Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 26 Feb 2013 19:22:44 -0500 Subject: [PATCH] Document how to run the tests --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cb4d7395..1edb5723 100644 --- a/README.md +++ b/README.md @@ -589,3 +589,8 @@ your changes merged back into core is as follows: $ cd gollum gollum$ rake build gollum$ gem install --no-ri --no-rdoc pkg/gollum*.gem + +## RUN THE TESTS + + bundle install + bundle exec rake test