diff --git a/Rakefile b/Rakefile index 94dea10..4fcf788 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ PuppetLint::RakeTask.new :lint do |config| end task :default => [ - :syntax, + :validate, :lint, :spec, ]