aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2015-12-07 16:16:58 -0500
committerAdam Jahn <ajjahn@gmail.com>2015-12-07 16:16:58 -0500
commit91ae01bd358ea0696a865c88207e61daafe7cd8a (patch)
tree70bb4d70c6a500bf4d4854d58188627e29ece213 /Rakefile
parentced334fafff20b8eee8674376d19904b2ddeefed (diff)
downloadpuppet-samba-91ae01bd358ea0696a865c88207e61daafe7cd8a.tar.gz
puppet-samba-91ae01bd358ea0696a865c88207e61daafe7cd8a.tar.bz2
implement acceptance tests
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
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'