From dca1636261a190cce18dabee39a2975b73b206bc Mon Sep 17 00:00:00 2001 From: zinduolis Date: Sun, 27 Oct 2024 16:55:21 +1000 Subject: [PATCH] Troubleshooting --- spec/beef/modules/debug/test_beef_debugs_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/beef/modules/debug/test_beef_debugs_spec.rb b/spec/beef/modules/debug/test_beef_debugs_spec.rb index 3f41732ce..c30145b3e 100644 --- a/spec/beef/modules/debug/test_beef_debugs_spec.rb +++ b/spec/beef/modules/debug/test_beef_debugs_spec.rb @@ -95,6 +95,7 @@ RSpec.describe 'BeEF Debug Command Modules:', run_on_browserstack: true do p cmd_mod category = Array(cmd_mod[1]&.dig('category')) # Ensure category is always an array category.include?('Debug') + p category.include?('Debug') end.map do |debug_mod| @debug_mod_names_ids[debug_mod[1]['class']] = debug_mod[1]['id'] end