-
Install dependencies
bundle install
-
Boot your server
rails server
-
Go to
http://localhost:3000/poker
to view the results of the given hands. -
To run tests, run
rake spec
Install dependencies bundle install
Boot your server rails server
Go to http://localhost:3000/poker
to view the results of the given hands.
To run tests, run rake spec