https://github.com/drnic/todo-with-devise
https://github.com/drnic/todo-with-devise
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drnic/todo-with-devise
- Owner: drnic
- Created: 2012-09-18T15:11:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-20T22:03:41.000Z (almost 13 years ago)
- Last Synced: 2025-02-01T06:12:33.060Z (5 months ago)
- Language: Ruby
- Size: 539 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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