diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-05-18 15:11:55 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-05-18 15:11:55 -0700 |
commit | 6ac3ba239451f9ebdec3a367437d523c32e46ab3 (patch) | |
tree | b332b639958e70ec4f3e1b923486f939ec802cc2 /Rakefile | |
parent | aa6ee486f1686afabb10d847b489950b97ffd608 (diff) | |
download | chef-6ac3ba239451f9ebdec3a367437d523c32e46ab3.tar.gz |
merge resulted in extra 'end' in Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -428,7 +428,6 @@ begin Cucumber::Rake::Task.new(:attribute_settings) do |t| t.profile = "attribute_settings" end - end desc "Run cucumber tests for searching in recipes" Cucumber::Rake::Task.new(:search) do |t| |