TDD in Ruby Requirements Ruby Minitest Installation git clone git@github.com:bjvta/tdd-ruby.git sudo gem install bundler:2.3.8 bundle install --local Running tests ruby test/numbers_test.rb Happy coding!