diff --git a/Rakefile b/Rakefile index 8a4c855..5460e34 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,7 @@ PuppetLint::RakeTask.new :lint do |config| end task :default => [ - :syntax, + :validate, :lint, :spec, ]