We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e0e09 commit 67a3432Copy full SHA for 67a3432
spec/lib/msf/ui/console/command_dispatcher/session_spec.rb
@@ -1,4 +1,7 @@
1
RSpec.shared_examples_for 'session command dispatcher' do
2
+ include_context 'Msf::Simple::Framework'
3
+ include_context 'Msf::Framework#threads cleaner', verify_cleanup_required: false
4
+
5
describe '#client' do
6
subject { command_dispatcher.client }
7
it { is_expected.to be(client) }
@@ -28,7 +31,6 @@
28
31
end
29
32
30
33
describe '#cmd_irb' do
- let(:framework) { double('framework') }
34
let(:history_manager) { double('history_manager') }
35
before(:each) do
36
allow(client).to receive(:framework).and_return(framework)
0 commit comments