Skip to content

Commit

Permalink
Added bundle install command to rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesalmond committed May 9, 2011
1 parent 3f4662b commit 543f40c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

== Requirements
* ruby 1.9.2 or 1.8.7
* RSpec 2
* RSpec >= 2.0.0
* Bundler

== How to play
Ruby Golf is a game whereby the player is required to solve a number of problems (holes) in the fewest characters possible. The course consists of nine holes that you must implement. The holes are static methods that need to written for the Golf class (lib/golf.rb). The requirements for these methods is specified by a set of RSpec examples for each hole (spec/golf_spec.rb). To run the specs, simply run:

bundle install # first time only
rake

The first time you run this, all tests will fail. The aim is to get all test to pass. Building will also report the number of characters you took to complete the course. The fewer characters you use, the better.

0 comments on commit 543f40c

Please sign in to comment.