summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/unit/role_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/role_spec.rb b/spec/unit/role_spec.rb
index 4a56b9f046..f36b7f13bd 100644
--- a/spec/unit/role_spec.rb
+++ b/spec/unit/role_spec.rb
@@ -275,7 +275,7 @@ EOR
describe "when loading from disk and role_path is an array" do
- before(:all) do
+ before(:each) do
Chef::Config[:role_path] = ['/path1', '/path/path2']
end