diff options
author | Adam Jahn <ajjahn@gmail.com> | 2015-12-07 16:16:58 -0500 |
---|---|---|
committer | Adam Jahn <ajjahn@gmail.com> | 2015-12-07 16:16:58 -0500 |
commit | 91ae01bd358ea0696a865c88207e61daafe7cd8a (patch) | |
tree | 70bb4d70c6a500bf4d4854d58188627e29ece213 /Rakefile | |
parent | ced334fafff20b8eee8674376d19904b2ddeefed (diff) | |
download | puppet-samba-91ae01bd358ea0696a865c88207e61daafe7cd8a.tar.gz puppet-samba-91ae01bd358ea0696a865c88207e61daafe7cd8a.tar.bz2 |
implement acceptance tests
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |