To run app:
./bin/todos
To run tests:
ruby src/tests.rb
For the exercise, modify the files in the gh-pages
branch under src/
. You can also cheat and take a look at the complete
branch.
- A Guide to Testing Rails Applications
- Better Specs
- Rails Testing courses on Code School
- RSpec Relish documentation
- Ruby for Newbies: Testing with Rspec
- Ruby Programming/Unit testing
- The RSpec Book
Test to Learn by Aidan Feldman is licensed under a Creative Commons Attribution 3.0 Unported License.