puppet-midonet/Rakefile
Jaume Devesa fb558cfdba Replace test-kitchen in favor of beaker
Beaker [https://github.com/puppetlabs/beaker] is the tool used by
Puppetlabs for its acceptance tests. Replace the test-kitchen scripts,
configuration, and dependencies by Beaker ones.

Change-Id: I075265871f32f447021f7e1d6e2e2fe9e5c6049d
Fixes-bug: https://midonet.atlassian.net/browse/MDT-27
2015-06-17 18:19:13 +02:00

9 lines
356 B
Ruby

require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('relative')
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_autoloader_layout')
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]