summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Shpakov <igorshp@gmail.com>2015-04-09 19:48:44 +0100
committerIgor Shpakov <igorshp@gmail.com>2015-04-09 19:48:44 +0100
commit874b785abc912e852b401e8c0f0e687394a6f3b8 (patch)
treefee8d1101be09b83015ddb5b858ee4efd237d033
parentcd21b8c4f46678e01beb13100b1413a813f87d26 (diff)
downloadchef-874b785abc912e852b401e8c0f0e687394a6f3b8.tar.gz
small tweak to wording
-rw-r--r--spec/unit/client_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/client_spec.rb b/spec/unit/client_spec.rb
index cef8f970bc..dd8132d69c 100644
--- a/spec/unit/client_spec.rb
+++ b/spec/unit/client_spec.rb
@@ -820,7 +820,7 @@ describe Chef::Client do
end
- describe "should always attempt to run handlers" do
+ describe "always attempt to run handlers" do
let(:e) { NoMethodError }
subject { client }
before do