summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-03-21 15:03:56 -0700
committerDaniel DeLeo <dan@opscode.com>2011-03-21 15:04:49 -0700
commit9277028d1103390195cc436886f66ce3bcf8b8b8 (patch)
tree7cfd5b0633d41cb067e3b316d6266146d7a13d6f
parent922b8f4e3a17d24b39555a9a4409440044a644c0 (diff)
downloadchef-9277028d1103390195cc436886f66ce3bcf8b8b8.tar.gz
all behavior/specs have been removed from chef-solr
-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