Tag Msfcli spec as content
MSP-11147 Tests currently use the real modules directory for test cases, so the spec should be tagged with :content because it has same performance issues as other content specs that can potentially load all the modules.bug/bundler_fix
parent
3ff87c89fe
commit
44f78c21b2
|
@ -7,7 +7,7 @@ require 'msf/ui'
|
||||||
require 'msf/base'
|
require 'msf/base'
|
||||||
|
|
||||||
|
|
||||||
describe Msfcli do
|
describe Msfcli, :content do
|
||||||
subject(:msfcli) {
|
subject(:msfcli) {
|
||||||
described_class.new(args)
|
described_class.new(args)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue