Add require readline to fix uninit issue.

GSoC/Meterpreter_Web_Console
Green-m 2018-09-25 14:07:54 +08:00
parent dfb6f1f554
commit b5df80d64b
No known key found for this signature in database
GPG Key ID: 7A4A0E684B5D6747
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ require 'spec_helper'
require 'msf/ui'
require 'msf/ui/console/module_command_dispatcher'
require 'msf/ui/console/command_dispatcher/core'
require 'readline'
RSpec.describe Msf::Ui::Console::CommandDispatcher::Core do
include_context 'Msf::DBManager'