summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAJ Christensen <aj@junglist.gen.nz>2009-05-08 04:19:31 +1200
committerAJ Christensen <aj@junglist.gen.nz>2009-05-09 21:25:00 +1200
commit0cb51561736c163edd7fcc7ea3e57452d0310c10 (patch)
tree5ad8cc5670630d108efcb6c0783c6d06ada4fb66 /Rakefile
parent6d361fa77271138b9333a9791dead00e187cf592 (diff)
downloadchef-0cb51561736c163edd7fcc7ea3e57452d0310c10.tar.gz
CHEF-151: More specs
Add default rake task that runs 'rake spec', for RunCodeRun support.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 01669283c5..2ec42b7bd3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -30,6 +30,8 @@ task :spec do
end
end
+task :default => :spec
+
def start_dev_environment(type="normal")
@couchdb_server_pid = nil
@chef_server_pid = nil