summaryrefslogtreecommitdiff
path: root/spec/unit/resource/breakpoint_spec.rb
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2015-06-29 16:40:34 -0700
committerNoah Kantrowitz <noah@coderanger.net>2015-06-29 16:40:34 -0700
commitb819b6431396138288aa457b4819c4aba304863e (patch)
tree6f1fb39047da81c88147a0319faf2984c6b68cbb /spec/unit/resource/breakpoint_spec.rb
parent13963d00bbb47606330efdef2899293aaaa0a70e (diff)
downloadchef-b819b6431396138288aa457b4819c4aba304863e.tar.gz
Test updates for the changes to default actions.
Diffstat (limited to 'spec/unit/resource/breakpoint_spec.rb')
-rw-r--r--spec/unit/resource/breakpoint_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/breakpoint_spec.rb b/spec/unit/resource/breakpoint_spec.rb
index 9c867ebcc7..88ab34d568 100644
--- a/spec/unit/resource/breakpoint_spec.rb
+++ b/spec/unit/resource/breakpoint_spec.rb
@@ -37,7 +37,7 @@ describe Chef::Resource::Breakpoint do
end
it "defaults to the break action" do
- expect(@breakpoint.action).to eq(:break)
+ expect(@breakpoint.action).to eq([:break])
end
it "names itself after the line number of the file where it's created" do