mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Remove debug
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
301905e8de
commit
c3eb686b51
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ describe "inspec exec with json formatter" do
|
|||
it "has all the metadata" do
|
||||
actual = profile.dup
|
||||
key = actual.delete("controls")
|
||||
.find { |x| p x; x["id"] =~ /generated from example/ }["id"]
|
||||
.find { |x| x["id"] =~ /generated from example/ }["id"]
|
||||
groups = actual.delete("groups")
|
||||
actual.delete("sha256")
|
||||
_(actual).must_equal({
|
||||
|
|
Loading…
Reference in a new issue