aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 32bf487..f5f0e53 100644
--- a/readme.md
+++ b/readme.md
@@ -27,4 +27,19 @@ Next, to install the blog plugin run:
Finally migrate your database and you're done.
- rake db:migrate \ No newline at end of file
+ rake db:migrate
+
+## Developing & Contributing
+
+### Testing
+
+Setup the test environment
+
+ $ bundle install
+ $ bundle exec rake app:db:migrate
+ $ bundle exec rake app:db:test:prepare
+
+Run the test suite with [Guard](https://github.com/guard/guard)
+
+ $ bundle exec guard start
+ \ No newline at end of file