From 91ae01bd358ea0696a865c88207e61daafe7cd8a Mon Sep 17 00:00:00 2001 From: Adam Jahn Date: Mon, 7 Dec 2015 16:16:58 -0500 Subject: implement acceptance tests --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 69fed1b..908647f 100644 --- a/Rakefile +++ b/Rakefile @@ -28,6 +28,7 @@ exclude_paths = [ PuppetLint.configuration.ignore_paths = exclude_paths PuppetSyntax.exclude_paths = exclude_paths +ENV['BEAKER_set'] ||= 'ubuntu-server-1204-x86' desc "Run acceptance tests" RSpec::Core::RakeTask.new(:acceptance) do |t| t.pattern = 'spec/acceptance' -- cgit v1.2.3