summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Danna <steve@opscode.com>2014-12-11 12:13:02 +0000
committerBryan McLellan <btm@opscode.com>2015-02-17 08:46:37 -0500
commit55b6e39b2191de3a743abc229951e17373638eed (patch)
treeea4b24e02bac87030a10e74c3b0ccbdc82422ab1
parent9b6f1129364ab39dd272ccffd14bbc82f4c32ace (diff)
downloadchef-55b6e39b2191de3a743abc229951e17373638eed.tar.gz
Fix typo in test description
-rw-r--r--spec/unit/resource/file/verification_spec.rb2
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