diff --git a/Rakefile b/Rakefile index 7fe89b4a773..c154bf0029a 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