summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index c47215ea3d..3c6ab24f49 100644
--- a/Rakefile
+++ b/Rakefile
@@ -139,6 +139,16 @@ namespace :features do
t.profile = "search"
end
+ Cucumber::Rake::Task.new(:language) do |t|
+ t.profile = "language"
+ end
+
+ namespace :language do
+ Cucumber::Rake::Task.new(:recipe_include) do |t|
+ t.profile = "recipe_inclusion"
+ end
+ end
+
namespace :provider do
Cucumber::Rake::Task.new(:remote_file) do |t|
t.profile = "provider_remote_file"