Skip to content

Commit 44f78c2

Browse files
committed
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.
1 parent 3ff87c8 commit 44f78c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/msfcli_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require 'msf/base'
88

99

10-
describe Msfcli do
10+
describe Msfcli, :content do
1111
subject(:msfcli) {
1212
described_class.new(args)
1313
}

0 commit comments

Comments
 (0)