correct rspec name

This commit is contained in:
Stephen
2024-04-28 15:54:53 +10:00
parent 6bd1b720be
commit 89c587c0d4

View File

@@ -8,7 +8,7 @@ require 'rest-client'
require 'spec/support/constants.rb'
require 'spec/support/ui_support.rb'
RSpec.describe 'Debug Modules Integration' do
RSpec.describe 'Load All Modules Integration' do
before(:each) do
@pid, @beef_session, @hooked_browser = start_beef_and_hook_browser
end