From e47836d0c2e3dff3263dc764d621e20d342d3727 Mon Sep 17 00:00:00 2001 From: Kalman Hazins Date: Fri, 16 May 2014 15:50:16 -0400 Subject: [PATCH] Update README.md So, that John doesn't waste his time any more and committers know exactly how to run tests --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4709851..5b9f7a2 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,10 @@ httparty "https://api.stackexchange.com/2.2/questions?site=stackoverflow" ## Contributing * Fork the project. +* Run `bundle` +* Run `bundle exec rake` * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. +* Run `bundle exec rake` (No, REALLY :)) * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself in another branch so I can ignore when I pull) * Send me a pull request. Bonus points for topic branches.