summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan DeLeo <danielsdeleo@mac.com>2009-12-28 20:30:41 -0700
committerDan DeLeo <danielsdeleo@mac.com>2010-01-01 18:09:00 -0700
commit1892db4507864745c35bf1d276e53557d737db28 (patch)
treecae29d1146ea5adf6626498dcc8ed58b7568de13 /Rakefile
parentd2ac915dbc24c7689d0b6d8c3205d0311d9d1a9f (diff)
downloadchef-1892db4507864745c35bf1d276e53557d737db28.tar.gz
Create integration test for remote directory.
http://www.youtube.com/watch?v=l1wKO3rID9g
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