summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2015-08-17 10:30:18 -0700
committerSalim Alam <salam@chef.io>2015-08-20 17:39:31 -0700
commit22d2e56f8c3e1b1cb3991ebfbb856092a7c1b6b8 (patch)
tree588c5c8bfbbd6a1de2bdfed1087e95d4dc1cf3c9
parentc832f38fbf26dce0a8e323318b33937cb4a44243 (diff)
downloadchef-22d2e56f8c3e1b1cb3991ebfbb856092a7c1b6b8.tar.gz
Use PathHelper, add unit and functional tests
-rw-r--r--spec/unit/mixin/windows_architecture_helper_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/mixin/windows_architecture_helper_spec.rb b/spec/unit/mixin/windows_architecture_helper_spec.rb
index 55eca28dc2..cb9dea970d 100644
--- a/spec/unit/mixin/windows_architecture_helper_spec.rb
+++ b/spec/unit/mixin/windows_architecture_helper_spec.rb
@@ -83,6 +83,5 @@ describe Chef::Mixin::WindowsArchitectureHelper do
@valid_architectures.each do | architecture |
yield new_node, architecture if block_given?
end
- end
end
end