summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2018-01-03 17:31:49 +0000
committerGitHub <noreply@github.com>2018-01-03 17:31:49 +0000
commit7bdb7a24519840b08b1086c68f3c5eed84f9a3e2 (patch)
tree9a71786703571ad91a118bccb8bc887a23747d69 /spec/unit
parent5efb3f2ada9718b8c1f72cd6c4703b972491f6cd (diff)
parent49dfa83f72a46428365fbc7f2b46d091edfc839e (diff)
downloadchef-7bdb7a24519840b08b1086c68f3c5eed84f9a3e2.tar.gz
Merge pull request #6699 from chef/windows_path
Modernize windows_path resource
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/resource/windows_path_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/windows_path_spec.rb b/spec/unit/resource/windows_path_spec.rb
index bde39fec9e..8f29a11e4e 100644
--- a/spec/unit/resource/windows_path_spec.rb
+++ b/spec/unit/resource/windows_path_spec.rb
@@ -30,7 +30,7 @@ describe Chef::Resource::WindowsPath do
end
it "sets the default action as :add" do
- expect(resource.action).to eql(:add)
+ expect(resource.action).to eql([:add])
end
it "supports :add and :remove actions" do