summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorNuo Yan <nuo@opscode.com>2010-10-07 17:52:39 -0700
committerSeth Falcon <seth@opscode.com>2010-11-01 10:47:01 -0700
commit6f1cbf0fc35ccf876e016f14de62137bf89ce37d (patch)
tree282c2a8da4c9e6eb938b7d10c8a04ab8c6d49a36 /features/steps
parentab9060dba0767e5d46631d9f88637bb3c25276ea (diff)
downloadchef-6f1cbf0fc35ccf876e016f14de62137bf89ce37d.tar.gz
update test fixtures for the per environment run list data structure change
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/fixture_steps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/fixture_steps.rb b/features/steps/fixture_steps.rb
index 3bfe0446e4..fdc6a064d0 100644
--- a/features/steps/fixture_steps.rb
+++ b/features/steps/fixture_steps.rb
@@ -97,7 +97,7 @@ Before do
r = Chef::Role.new
r.name "webserver"
r.description "monkey"
- r.env_run_lists({"cucumber" =>"role[db]"})
+ r.env_run_lists({"cucumber" => ["role[db]"]})
r.run_list("role[webserver]", "role[base]")
r.default_attributes({ 'a' => 'b' })
r.override_attributes({ 'c' => 'd' })