summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan DeLeo <danielsdeleo@mac.com>2009-12-21 19:40:52 -0700
committerDan DeLeo <danielsdeleo@mac.com>2009-12-21 20:59:55 -0700
commitbfe18eaf55358af4c81ead2453a3ea3754659feb (patch)
tree1f126a84ecf61d0b63cddf13d91f206de927b1a0 /Rakefile
parent97b352c9e588e6949072e4dcdee4ef26c33d8cea (diff)
downloadchef-bfe18eaf55358af4c81ead2453a3ea3754659feb.tar.gz
add cucumber task to test index rebuilds
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 20ab79f630..bc0ec2a73b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -323,6 +323,10 @@ namespace :features do
Cucumber::Rake::Task.new(:show) do |t|
t.profile = "api_search_show"
end
+ desc "Run cucumber tests for searching via the REST API"
+ Cucumber::Rake::Task.new(:reindex) do |t|
+ t.profile = "api_search_reindex"
+ end
end
end