Add an assertion.

Mostly, this implies adding all of the boilerplate needed to start using
rspec-puppet with fixtures and whatnot.
This commit is contained in:
Nate Riffe
2014-12-15 14:05:53 -06:00
parent bf7f5f93fc
commit 636e77356a
8 changed files with 82 additions and 11 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
# ex: syntax=ruby ts=2 ts=2 si et
require 'puppet-lint/tasks/puppet-lint'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new :spec do |t|
t.pattern = 'spec/*/*_spec.rb'
end
require 'puppetlabs_spec_helper/rake_tasks'
Rake::Task[:lint].clear
PuppetLint::RakeTask.new :lint do |config|