summaryrefslogtreecommitdiff
path: root/spec/unit/handler/json_file_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/handler/json_file_spec.rb')
-rw-r--r--spec/unit/handler/json_file_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/handler/json_file_spec.rb b/spec/unit/handler/json_file_spec.rb
index fd3438e65e..4be448690a 100644
--- a/spec/unit/handler/json_file_spec.rb
+++ b/spec/unit/handler/json_file_spec.rb
@@ -49,7 +49,6 @@ describe Chef::Handler::JsonFile do
allow(File).to receive(:open).and_yield(@file_mock)
end
-
it "saves run status data to a file as JSON" do
expect(@handler).to receive(:build_report_dir)
@handler.run_report_unsafe(@run_status)