Skip to content

Commit

Permalink
more updates to CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjohnston committed Apr 22, 2015
1 parent 665a779 commit ed21e31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Expand Up @@ -132,14 +132,14 @@ wiki page.

## Functional and Unit Tests

This cookbook is set up to run unit tests under [ChefSpec](http://sethvargo.github.io/chefspec/) and
integration tests under [test-kitchen](https://github.com/chef/test-kitchen).
It uses [ServerSpec](http://serverspec.org) to run integration tests after
test-kitchen converged the node to verify it's state.
This cookbook is set up to run unit tests under [ChefSpec](http://sethvargo.github.io/chefspec/)
and integration tests under [Test Kitchen](https://github.com/chef/test-kitchen). After Test Kitchen
has converged a node, it runs [ServerSpec](http://serverspec.org) tests
to verify the node's state.

You can execute the unit tests by running
```
bundle exec rake
bundle exec rake spec
```

You can execute the integration tests by running
Expand Down

0 comments on commit ed21e31

Please sign in to comment.