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