diff options
author | Bryan McLellan <btm@opscode.com> | 2011-10-10 08:36:31 -0700 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2011-10-10 08:36:31 -0700 |
commit | 01d9921ca7f530b3f19157a5a42a23a2bfac8acc (patch) | |
tree | 815382a7c5c9c7d2ddb7c7f869b25918671c412d /Rakefile | |
parent | 3cb02ab57e57557f965da4a3cb1f4731822f36b0 (diff) | |
download | chef-01d9921ca7f530b3f19157a5a42a23a2bfac8acc.tar.gz |
add chef-expander to top level spec task
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ desc "Run the rspec tests" task :spec do Dir.chdir("chef") { sh "rake spec" } Dir.chdir("chef-server-api") { sh "rake spec" } + Dir.chdir("chef-expander") { sh "rake spec" } end task :default => :spec |