summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-06-03 23:10:59 -0700
committerAdam Jacob <adam@opscode.com>2009-06-03 23:10:59 -0700
commitbe3d8a8707d3e611a7cc3a767dbc0c01eee08819 (patch)
tree96604aec4717ebea8302c804be697566a3e672bd /Rakefile
parent7d2f7cf9b4701e057fd77c6b96cf1b818a02ae80 (diff)
downloadchef-be3d8a8707d3e611a7cc3a767dbc0c01eee08819.tar.gz
Adding Chef::Search::Result, and auto-inflating them
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 8030e59800..100ed8027b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -146,6 +146,10 @@ namespace :features do
t.profile = "client"
end
+ Cucumber::Rake::Task.new(:search) do |t|
+ t.profile = "search"
+ end
+
namespace :provider do
Cucumber::Rake::Task.new(:remote_file) do |t|
t.profile = "provider_remote_file"