mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
c7985cdf51
PR #3482 deleted the AutorunEngine source code (engine.rb, parser.rb, rule_loader.rb) along with the Rule and Execution models. The three new spec files added by this PR were testing classes that no longer exist on master, so they would fail at load time once #3482 merged. Also drop a leftover BeEF::Core::Models::Execution stub in hookedbrowsers_spec.rb — the handler no longer queries pending ARE executions, so the stub is dead. Removed: spec/beef/core/main/autorun_engine/engine_spec.rb (359 lines) spec/beef/core/main/autorun_engine/parser_spec.rb (119 lines) spec/beef/core/main/autorun_engine/rule_loader_spec.rb ( 83 lines) Modified: spec/beef/core/main/handlers/hookedbrowsers_spec.rb (-1 dead stub)