summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 67f7d0cf9d..dcc325210c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -154,6 +154,10 @@ namespace :features do
Cucumber::Rake::Task.new(:roles) do |t|
t.profile = "client_roles"
end
+
+ Cucumber::Rake::Task.new(:run_interval) do |t|
+ t.profile = "client_run_interval"
+ end
end
Cucumber::Rake::Task.new(:search) do |t|