Find the rubric for this assessment at http://tutorials.jumpstartlab.com/academy/assessments/scrabble_web.html
This application includes a set of skipped tests in both
test/integration
and test/models
. Use them as a guide
to demonstrate your understanding of Rails applications.
- Clone the repo and run
bundle
- Run the tests with
bundle exec rake test
- Observe that there's one test failing
- Implement code to satisfy the test
- Pick a next skipped test, unskip it, and return to (2)
Notice that there is a Guardfile
if you like to use Guard.