From f3216f16c59a9aa88f3a0dc9bda822b6623febe7 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Sun, 27 Oct 2024 19:19:05 +1000 Subject: [PATCH] Troubleshooting --- spec/beef/modules/debug/test_beef_debugs_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/beef/modules/debug/test_beef_debugs_spec.rb b/spec/beef/modules/debug/test_beef_debugs_spec.rb index f2e7056033..27a503af3c 100644 --- a/spec/beef/modules/debug/test_beef_debugs_spec.rb +++ b/spec/beef/modules/debug/test_beef_debugs_spec.rb @@ -104,6 +104,8 @@ category_string.include?('Debug') p category_string.include?('Debug') end.map do |debug_mod| + puts 'debug_mod: ' + p debug_mod @debug_mod_names_ids[debug_mod[1]['class']] = debug_mod[1]['id'] end rescue StandardError => e