Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Updates README.md with information to run tests
Browse files Browse the repository at this point in the history
This includes unit tests as well as integration tests.
  • Loading branch information
maraca committed Jul 29, 2014
1 parent e3f11e6 commit 63cd262
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,16 @@ For example, to set your email and token for the
'token' => '1234567890ABCDEF'
}
}
```
```

# 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
```

0 comments on commit 63cd262

Please sign in to comment.