summaryrefslogtreecommitdiff
path: root/spec/unit/handler_spec.rb
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-05 18:06:55 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-05 18:06:55 -0800
commit091001ae8d27a8a5de03af2c20905e23a8ffefb7 (patch)
tree28abfa5821f80e2090b8f89988a0bab004b710a5 /spec/unit/handler_spec.rb
parent8a7b450cb87ef62e9f21d32c91a52accefba6ffd (diff)
parenta45716b67a2168c21b166e4aab38668e9b96d856 (diff)
downloadchef-091001ae8d27a8a5de03af2c20905e23a8ffefb7.tar.gz
Merge branch 'master' into merging-mastermerging-master
Conflicts: lib/chef/version.rb
Diffstat (limited to 'spec/unit/handler_spec.rb')
-rw-r--r--spec/unit/handler_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/handler_spec.rb b/spec/unit/handler_spec.rb
index a9aa0e0b50..e7f67405fc 100644
--- a/spec/unit/handler_spec.rb
+++ b/spec/unit/handler_spec.rb
@@ -84,7 +84,7 @@ describe Chef::Handler do
end
it "has a shortcut for the success? and failed? predicates" do
- expect(@handler.success?).to be_falsey # becuase there's an exception
+ expect(@handler.success?).to be_falsey # because there's an exception
expect(@handler.failed?).to be_truthy
end