ga-wdi-boston/ruby-template

Add instruction for task default

Closed this issue · 0 comments

gaand commented
 ## Tasks
 
 Developers should run these often!
 
 -   `bin/rake nag`  (or `bundle exec rake test`):
     runs code quality analysis tools on your code and complains.
 -   `bin/rake test` (or `bundle exec rake test`): runs automated tests
+- `bin/rake` will run both `nag` and `test`
 
 ## [License](LICENSE)