From 780daa7053cf6919053b8cee456b3534effd4b5b Mon Sep 17 00:00:00 2001 From: Ben Hollis Date: Sun, 11 Mar 2012 23:41:11 -0700 Subject: [PATCH] Fix test instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11af304e..6eedfb6c 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ The best way to get quick responses to your issues and swift fixes to your bugs # How to Run Cucumber Tests -1. Checkout Repository: `git clone https://tdreyno@github.com/middleman/middleman.git` +1. Checkout Repository: `git clone https://github.com/middleman/middleman.git` 2. Install Bundler: `gem install bundler` -3. Run `bundle` inside the project root to install the gem dependencies. +3. Run `bundle install` inside the project root to install the gem dependencies. 4. Run test cases: `bundle exec rake test` # Donate @@ -90,4 +90,4 @@ The best way to get quick responses to your issues and swift fixes to your bugs Copyright (c) 2010 Thomas Reynolds. MIT Licensed, see [LICENSE] for details. [RubyInstaller]: http://rubyinstaller.org/ -[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE \ No newline at end of file +[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE