diff options
-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 |