diff --git a/README.md b/README.md index f0f225aa..bec179db 100644 --- a/README.md +++ b/README.md @@ -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 -----------