diff --git a/README.md b/README.md index 8ceb763..702a032 100644 --- a/README.md +++ b/README.md @@ -147,3 +147,12 @@ Testing on other platforms has been light and cannot be guaranteed. ## Development +### Running the test suite + +To run the tests install the ruby dependencies with `bundler` and execute +`rake`: + +``` +bundle install --path vendor/bundle +bundle exec rake +```