summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7fe89b4a77..c154bf0029 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,7 +44,6 @@ end
desc "Run the rspec tests"
task :spec do
Dir.chdir("chef") { sh "rake spec" }
- Dir.chdir("chef-solr") { sh "rake spec" }
end
task :default => :spec