diff options
author | Steven Danna <steve@opscode.com> | 2014-12-11 12:13:02 +0000 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2015-02-17 08:46:37 -0500 |
commit | 55b6e39b2191de3a743abc229951e17373638eed (patch) | |
tree | ea4b24e02bac87030a10e74c3b0ccbdc82422ab1 /spec/unit/resource/file | |
parent | 9b6f1129364ab39dd272ccffd14bbc82f4c32ace (diff) | |
download | chef-55b6e39b2191de3a743abc229951e17373638eed.tar.gz |
Fix typo in test description
Diffstat (limited to 'spec/unit/resource/file')
-rw-r--r-- | spec/unit/resource/file/verification_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/file/verification_spec.rb b/spec/unit/resource/file/verification_spec.rb index 60e51ddb93..6b807da45b 100644 --- a/spec/unit/resource/file/verification_spec.rb +++ b/spec/unit/resource/file/verification_spec.rb @@ -32,7 +32,7 @@ describe Chef::Resource::File::Verification do expect(Chef::Resource::File::Verification.lookup(:tabmow)).to eq(Chef::Resource::File::Verification::Wombat) end - it "raises an error if a verificationc can't be found" do + it "raises an error if a verification can't be found" do expect{Chef::Resource::File::Verification.lookup(:dne)}.to raise_error(Chef::Exceptions::VerificationNotFound) end end |