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
Luke Imhoff 2014-11-12 12:27:33 -06:00
parent 3ff87c89fe
commit 44f78c21b2
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 1 deletions

View File

@ -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)
} }