diff --git a/README.md b/README.md index cfd8813..d33c397 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,16 @@ For example, to set your email and token for the 'token' => '1234567890ABCDEF' } } -``` \ No newline at end of file +``` + +# Test + +To run unit tests using rspec you can run: +```bash +$ bundle exec rspec +``` + +To run integration tests using kitchen-ci you can run: +```bash +$ bundle exec kitchen test +```