Fix test instructions

This commit is contained in:
Ben Hollis 2012-03-11 23:41:11 -07:00
parent de92015085
commit 780daa7053

View file

@ -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 # 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` 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` 4. Run test cases: `bundle exec rake test`
# Donate # 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. Copyright (c) 2010 Thomas Reynolds. MIT Licensed, see [LICENSE] for details.
[RubyInstaller]: http://rubyinstaller.org/ [RubyInstaller]: http://rubyinstaller.org/
[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE [LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE