RAILS APP : Daily Reports Update
This app is used for daily scrum purposes to keep a record of the daily updates for each User's work on a Project.
Using
Rails -v 3.2 Devise TDD Testing
To use the app, follow these steps
git clone git@github.com:deepakvig/project_daily_updates.git bundle
To run test, type
rake # => Run all tests rake test:units # => Run unit tests rake test:functionals # => Run functional tests