puppet-ciwatch/Rakefile
Colleen Murphy a72f397461 Add foundation for functional tests
Add a Gemfile, Rakefile, spec_helper_acceptance.rb, and nodesets to
initialize beaker-rspec testing. This will get the beaker-rspec jobs to
pass but does not actually add any tests.

Story: 2000250

Change-Id: I667e50bc6ad92599de169e6f78336d96faa373ef
2016-04-13 09:58:01 -07:00

9 lines
400 B
Ruby

require 'rubygems'
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_autoloader_layout')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_class_parameter_defaults')