From b85d9a0090a7550bc0b2f76b37f6a5fd6e5386e6 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 11 Jun 2015 19:01:33 +0000 Subject: [PATCH] Fix formatting in Puppet Module Functional Testing Change-Id: I23ebab7e0ea88ab9bb48c144f456baaf77aa93de --- specs/puppet-module-functional-testing.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/specs/puppet-module-functional-testing.rst b/specs/puppet-module-functional-testing.rst index d1e2c7a..e98426b 100644 --- a/specs/puppet-module-functional-testing.rst +++ b/specs/puppet-module-functional-testing.rst @@ -33,15 +33,16 @@ puppet should be making. Proposed Change =============== -The framework proposed to assist with functional testing is Beaker-rspec -. Beaker is an all-in-one testing -harness that spins up a virtual machine, provisions it, copies puppet manifests -onto it, runs puppet apply with detailed exit codes, and asserts state. -Beaker-rspec is a layer on top of Beaker that provides rspec (a ruby testing -DSL) syntax to describe behavior. Beaker-rspec is the puppet module testing -framework that is recommended by Puppet Labs and widely adopted in the puppet -community. The OpenStack Puppet Modules are currently using this framework, so -the implementation is largely already in place. +The framework proposed to assist with functional testing is +`Beaker-rspec `_. +Beaker is an all-in-one testing harness that spins up a virtual machine, +provisions it, copies puppet manifests onto it, runs puppet apply with detailed +exit codes, and asserts state. Beaker-rspec is a layer on top of Beaker that +provides rspec (a ruby testing DSL) syntax to describe behavior. Beaker-rspec +is the puppet module testing framework that is recommended by Puppet Labs and +widely adopted in the puppet community. The OpenStack Puppet Modules are +currently using this framework, so the implementation is largely already in +place. Because beaker is an all-in-one tool that controls the management and provisioning of virtual machines, it has the advantage that it is easy for