summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 631baa87cb..dbab5e2c39 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,6 +44,7 @@ end
desc "Run the rspec tests"
task :spec do
Dir.chdir("chef") { sh "rake spec" }
+ Dir.chdir("chef-server-api") { sh "rake spec" }
end
task :default => :spec