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: I846b7d118163247d94103d67b84915ed3f73a6fa
This commit is contained in:
Ben Kero 2016-02-04 22:38:55 -08:00
parent c8b7d3319b
commit a1680f1693
1 changed files with 1 additions and 1 deletions

View File

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