a353e8e16d
This work converts all the tests over to beaker. Some things are done slightly different in beaker, we rely much more heavily on catch_failures rather than explicitly laying out the exit codes we want but I have attempted to preserve the spirit of all tests.
11 lines
192 B
Ruby
11 lines
192 B
Ruby
require 'rubygems'
|
|
require 'bundler/setup'
|
|
|
|
Bundler.require :default
|
|
|
|
require 'puppetlabs_spec_helper/rake_tasks'
|
|
require 'puppet-lint/tasks/puppet-lint'
|
|
|
|
task :default do
|
|
sh %{rake -T}
|
|
end
|