From 1fb094c545d0192f38dcdcc4573a447db86e090b Mon Sep 17 00:00:00 2001 From: zinduolis Date: Sun, 27 Oct 2024 18:36:08 +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 c30145b3e..456924d75 100644 --- a/spec/beef/modules/debug/test_beef_debugs_spec.rb +++ b/spec/beef/modules/debug/test_beef_debugs_spec.rb @@ -94,6 +94,7 @@ RSpec.describe 'BeEF Debug Command Modules:', run_on_browserstack: true do puts "cmd_mod:" p cmd_mod category = Array(cmd_mod[1]&.dig('category')) # Ensure category is always an array + p category category.include?('Debug') p category.include?('Debug') end.map do |debug_mod|