From b677d5d2b831ad41e125e2ff3d0e7d8faeba73dc Mon Sep 17 00:00:00 2001 From: Peter Souter Date: Thu, 11 Dec 2014 01:53:57 +0000 Subject: [PATCH] Basic acceptance test with beaker Just includes the class and check collectd package present and service running --- spec/spec_helper_acceptance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 22a9a3478..b6aac2296 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -22,4 +22,4 @@ on host, puppet('module', 'install', 'puppetlabs-concat'), { :acceptable_exit_codes => [0] } end end -end \ No newline at end of file +end