See the instructions for this workshop at http://tutorials.jumpstartlab.com/academy/workshops/scrabble.html
After cloning, run bundle
to install dependencies.
Starter files for both MiniTest and RSpec are provided.
To run the RSpec specs:
bundle exec rake spec
To run the MiniTest tests:
bundle exec rake test