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 dbfc7540c8..ab46784e41 100644
--- a/Rakefile
+++ b/Rakefile
@@ -419,6 +419,10 @@ namespace :features do
t.profile = "provider_template"
end
+ Cucumber::Rake::Task.new(:remote_directory) do |t|
+ t.profile = "provider_remote_directory"
+ end
+
Cucumber::Rake::Task.new(:git) do |t|
t.profile = "provider_git"
end