From 1e9a84fb8594fa49d7fc92c870e9cf700cf9715e Mon Sep 17 00:00:00 2001 From: Ryan Buckley Date: Mon, 14 Dec 2015 18:10:37 -0800 Subject: [PATCH] add how to run tests to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4aa32af..d22a8d2 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ and would love to see these two consolidated at some point. ## Contributing 1. Fork it ( https://github.com/ridiculous/grape-middleware-logger/fork ) +1. Run the test suite with `bin/test` 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`)