README.md in zen_garden-0.0.2 vs README.md in zen_garden-0.0.5
- old
+ new
@@ -8,9 +8,13 @@
- **rake deploy** deploys your app to Heroku and if you have Airbrake
installed, also notifies it of the deploy.
- **rake db** uses database.yml to figure out your username, then
creates a username and sets up the database with your schema.
+- **rake test** will be written if Rails doesn't implement its own test
+ tasks, and create a combo task for RSpec and Teaspoon, as well as
+ include the RSpec and Teaspoon Rake tasks if they haven't already been
+ included.
## Usage
You can use these Rake tasks manually, but they were designed for a
continuous development workflow using Travis-CI. So that's probably