diff options
author | Dan DeLeo <danielsdeleo@mac.com> | 2009-12-21 19:40:52 -0700 |
---|---|---|
committer | Dan DeLeo <danielsdeleo@mac.com> | 2009-12-21 20:59:55 -0700 |
commit | bfe18eaf55358af4c81ead2453a3ea3754659feb (patch) | |
tree | 1f126a84ecf61d0b63cddf13d91f206de927b1a0 /Rakefile | |
parent | 97b352c9e588e6949072e4dcdee4ef26c33d8cea (diff) | |
download | chef-bfe18eaf55358af4c81ead2453a3ea3754659feb.tar.gz |
add cucumber task to test index rebuilds
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |