Practising TDD with the Bowling Kata This is a work-in-progress solution for the bowling kata. Installing dependencies Use bundle install to install required gems. Running the tests Use bundle exec rspec to run all the tests.