summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-05-18 15:11:55 -0700
committerDaniel DeLeo <dan@opscode.com>2010-05-18 15:11:55 -0700
commit6ac3ba239451f9ebdec3a367437d523c32e46ab3 (patch)
treeb332b639958e70ec4f3e1b923486f939ec802cc2 /Rakefile
parentaa6ee486f1686afabb10d847b489950b97ffd608 (diff)
downloadchef-6ac3ba239451f9ebdec3a367437d523c32e46ab3.tar.gz
merge resulted in extra 'end' in Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0376fbf5ce..2e72e95564 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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|