summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 3a3eb96..209b5df 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,14 +5,17 @@ require 'chef_zero/version'
task :default => :pedant
+desc "run specs"
task :spec do
system('rspec spec/*_spec.rb')
end
+desc "run pedant"
task :pedant do
require File.expand_path('spec/run_pedant')
end
+desc "run oc pedant"
task :oc_pedant do
require File.expand_path('spec/run_oc_pedant')
end