diff options
author | Tim Smith <tsmith@chef.io> | 2017-11-22 14:18:36 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-11-28 14:44:11 -0800 |
commit | 0007a10cde1d189275e0eb28e149bb6d4e0b96c8 (patch) | |
tree | e859abbebcac3ca68d304d2a530fcee261ad214e | |
parent | f5882ab83dffab4443ae9a244b642f80f62b3538 (diff) | |
download | chef-path_idempotency.tar.gz |
Fix typo in path specspath_idempotency
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | spec/unit/resource/windows_path_spec.rb | 2 |
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 aecea8ee6b..e48e9e14ae 100644 --- a/spec/unit/resource/windows_path_spec.rb +++ b/spec/unit/resource/windows_path_spec.rb @@ -28,7 +28,7 @@ describe Chef::Resource::WindowsPath do expect(subject.resource_name).to eql(:windows_path) end - it "sets the path as it's name" do + it "sets the path as its name" do expect(subject.path).to eql("some_path") end |