summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-29 19:20:24 -0800
committerTim Smith <tsmith@chef.io>2018-01-29 19:20:24 -0800
commit5e9929ee57765e03c9eece279d8128d8acebfcb5 (patch)
tree14210f0338099d50f1b5131cdd148b0fc7bface9
parent6ff560e7a36e92c24bbe2437face183263778f87 (diff)
downloadchef-epic_fail_spec.tar.gz
Remove the spec for epic_failepic_fail_spec
Missed this one Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/resource_spec.rb5
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