docs: Update README.md to point to new Beaker URL

The URL [1] to the docs for writing Beaker tests (specifically beaker-rspec)
have moved. The README.md still points to the old URL. This commit fixes
this by pointing to a better URL [2].

[1] https://github.com/puppetlabs/beaker/wiki/How-to-Write-a-Beaker-Test-for-a-Module

[2] https://github.com/puppetlabs/beaker-rspec/blob/master/README.md

Change-Id: Id571dc4b62f5cee4b8658a1a7ef718f4f86e5d59
This commit is contained in:
Ben Kero 2016-02-04 22:39:52 -08:00
parent 83062c3624
commit b0bfb22c68
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ bundle exec rake 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
* https://github.com/puppetlabs/beaker-rspec/blob/master/README.md
Development
-----------