mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Make my diffs pretty for jsonmin tests.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
f3fc535fee
commit
26ffea8d39
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ require "helper"
|
|||
require "inspec/reporters"
|
||||
|
||||
describe Inspec::Reporters::JsonAutomate do
|
||||
make_my_diffs_pretty!
|
||||
|
||||
let(:path) { File.expand_path(File.dirname(__FILE__)) }
|
||||
let(:report) do
|
||||
data = JSON.parse(File.read(path + "/../mock/reporters/run_data_wrapper.json"), symbolize_names: true)
|
||||
|
|
Loading…
Reference in a new issue