README.md in vcloud-walker-3.2.2 vs README.md in vcloud-walker-3.2.3
- old
+ new
@@ -108,5 +108,15 @@
## Debugging
`export EXCON_DEBUG=true` - this will print out the API requests and responses.
`export DEBUG=true` - this will show you the stack trace when there is an exception instead of just the message.
+
+## Testing
+
+Run the default suite of tests (e.g. lint, unit, features):
+
+ bundle exec rake
+
+Run the integration tests (slower and requires a real environment):
+
+ bundle exec rake integration