Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 374 Bytes

Todo for everyone

Simple GTD app for task tracking.

Supports all Rubies and many stacks (passenger, unicorn, trinidad/jruby).

To run individual tests: (for example)

bundle exec ruby -Itest test/functional/lists_controller_test.rb

To run specific tests: (for example)

bundle exec ruby -Itest test/functional/lists_controller_test.rb --name test_should_create_list