From c3eb686b5169635c6fcc15342031dd82a4d5e64c Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Fri, 11 Oct 2019 00:37:26 -0700 Subject: [PATCH] Remove debug Signed-off-by: Miah Johnson --- test/functional/inspec_exec_json_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/inspec_exec_json_test.rb b/test/functional/inspec_exec_json_test.rb index 808e7bba3..1d013ec21 100644 --- a/test/functional/inspec_exec_json_test.rb +++ b/test/functional/inspec_exec_json_test.rb @@ -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({