| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-14 | spec_helper: Move `require 'board'` to board_spec | Teddy Wing | |
| We shouldn't be requiring all our files & classes in the spec_helper. It should just be used for test setup. We can require the modules we need for testing directly in the test files. | |||
| 2015-04-11 | Use specs, create Board | Teddy Wing | |
| Use specs for testing, create a spec for the Board class. Simple functionality and test to print a grid of dots for the board. | |||
