From b86707458b7055c819403d328a16aef889f7c260 Mon Sep 17 00:00:00 2001 From: Puppet Webteam <55503983+puppet-webteam@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:56:49 -0700 Subject: [PATCH] Removed some extraneous whitespace --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 18e8377..f46d3e7 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,9 @@ Litmus is a command line tool that allows you to run acceptance tests against Pu Litmus allows you to: - Provision targets to test against - - Install a Puppet agent - - Install a module - - Run tests - - Tear down the infrastructure Litmus also facilitates parallel test runs and running tests in isolation. Each step is standalone, allowing other operations between test runs, such as debugging or configuration updates on the test targets.