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 dbab5e2c39..85cca51fdb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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