summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-06-10 20:43:16 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-06-10 20:43:16 -0700
commit25fe70279ea8eb89b360131e95ce65f6a8696992 (patch)
treed78f5bef2c2c84fe18828c1db6cb861a67c2a2fd /Rakefile
parent9a15065435c16113c018fc0d6cea521bbf981df2 (diff)
downloadchef-zero-25fe70279ea8eb89b360131e95ce65f6a8696992.tar.gz
Support port range in :port
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 099a270..4599e68 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,7 +3,13 @@ require 'bundler/gem_tasks'
require 'chef_zero/version'
+task :default => :pedant
+
task :spec do
+ system('rspec spec/*_spec.rb')
+end
+
+task :pedant do
require File.expand_path('spec/run')
end