In honor of our dear friend Jim Weirich we are going to be doing the Roman Numeral Kata.
Jim gave multiple presentations where he live-coded this kata and then reflected on what he had just written.
This test bench uses Jim's Rspec Given library to express the tests.
You can use the test bench like this:
- Clone the repo
- cd roman_numeral_kata
- bundle install
- bundle exec rspec