diff options
author | Daniel DeLeo <dan@opscode.com> | 2011-03-21 15:03:56 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2011-03-21 15:04:49 -0700 |
commit | 9277028d1103390195cc436886f66ce3bcf8b8b8 (patch) | |
tree | 7cfd5b0633d41cb067e3b316d6266146d7a13d6f /Rakefile | |
parent | 922b8f4e3a17d24b39555a9a4409440044a644c0 (diff) | |
download | chef-9277028d1103390195cc436886f66ce3bcf8b8b8.tar.gz |
all behavior/specs have been removed from chef-solr
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |