diff options
author | Tim Smith <tsmith@chef.io> | 2018-01-29 19:20:24 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-01-29 19:20:24 -0800 |
commit | 5e9929ee57765e03c9eece279d8128d8acebfcb5 (patch) | |
tree | 14210f0338099d50f1b5131cdd148b0fc7bface9 /spec/unit | |
parent | 6ff560e7a36e92c24bbe2437face183263778f87 (diff) | |
download | chef-5e9929ee57765e03c9eece279d8128d8acebfcb5.tar.gz |
Remove the spec for epic_failepic_fail_spec
Missed this one
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit')
-rw-r--r-- | spec/unit/resource_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/resource_spec.rb b/spec/unit/resource_spec.rb index 9227c8b12d..934a613eee 100644 --- a/spec/unit/resource_spec.rb +++ b/spec/unit/resource_spec.rb @@ -524,11 +524,6 @@ describe Chef::Resource do resource.ignore_failure(true) expect(resource.ignore_failure).to eq(true) end - - it "should allow you to epic_fail" do - resource.epic_fail(true) - expect(resource.epic_fail).to eq(true) - end end describe "retries" do |