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
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