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