Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 328 Bytes

bowling-kata-ruby

Bowling Game Code Kata. taken from here Essentialy you are creating a program using TDD methods to model a bowling game.

###To Run the tests Execute these commands. $> gem install bundler $> bundle install $> bundle exec rake