From b8383e497ef555b98abc4367130f966f4b51e763 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 11 May 2015 13:53:00 -0700 Subject: [PATCH] Add more details on running tests to the readme Change-Id: I40f35e1a206e8a1b4ed880a1da978c4eba7e95e7 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -----------