Add more details on running tests to the readme

Change-Id: I40f35e1a206e8a1b4ed880a1da978c4eba7e95e7
This commit is contained in:
Colleen Murphy 2015-05-11 13:53:00 -07:00
parent ffc5c0c00b
commit b8383e497e
1 changed files with 6 additions and 0 deletions

View File

@ -123,6 +123,8 @@ Beaker-Rspec
This module has beaker-rspec tests
To run the tests on the default vagrant node:
To run:
```shell
@ -130,6 +132,10 @@ bundle install
bundle exec rspec spec/acceptance
```
For more information on writing and running beaker-rspec tests visit the documentation:
* https://github.com/puppetlabs/beaker/wiki/How-to-Write-a-Beaker-Test-for-a-Module
Development
-----------