emcooper / scrabble

Scrabble Assessment for Object Oriented Programming with Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrabble

See the instructions for this workshop at http://tutorials.jumpstartlab.com/academy/assessments/scrabble.html

Setup

After cloning, run bundle to install dependencies.

Running Specs/Tests

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

About

Scrabble Assessment for Object Oriented Programming with Ruby


Languages

Language:Ruby 100.0%