diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2015-06-29 16:40:34 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2015-06-29 16:40:34 -0700 |
commit | b819b6431396138288aa457b4819c4aba304863e (patch) | |
tree | 6f1fb39047da81c88147a0319faf2984c6b68cbb /spec/unit/resource/mount_spec.rb | |
parent | 13963d00bbb47606330efdef2899293aaaa0a70e (diff) | |
download | chef-b819b6431396138288aa457b4819c4aba304863e.tar.gz |
Test updates for the changes to default actions.
Diffstat (limited to 'spec/unit/resource/mount_spec.rb')
-rw-r--r-- | spec/unit/resource/mount_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/mount_spec.rb b/spec/unit/resource/mount_spec.rb index ad95c06e04..acce26dcab 100644 --- a/spec/unit/resource/mount_spec.rb +++ b/spec/unit/resource/mount_spec.rb @@ -38,7 +38,7 @@ describe Chef::Resource::Mount do end it "should have a default action of mount" do - expect(@resource.action).to eql(:mount) + expect(@resource.action).to eql([:mount]) end it "should accept mount, umount and remount as actions" do |