diff options
author | Bryan McLellan <btm@opscode.com> | 2011-10-10 07:58:25 -0700 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2011-10-10 07:58:25 -0700 |
commit | 70be333cf382df069400b5011275d5b1ff111771 (patch) | |
tree | dd35376a7df65eeb4f9374389c873951a2bcab48 /Rakefile | |
parent | fb5474eed66b72950b16e055228ba62ced8b5d80 (diff) | |
download | chef-70be333cf382df069400b5011275d5b1ff111771.tar.gz |
Add chef-server-api to top level rake spec
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |