Skip to content

Commit a35e5bc

Browse files
author
HD Moore
committed
Lands rapid7#4938, updates the spec template to match new tests
2 parents dd824d9 + db56fcb commit a35e5bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/missing-payload-tests.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
$stderr.puts
6363
$stderr.puts " context '#{reference_name}' do\n" \
64-
" it_should_behave_like 'payload can be instantiated',\n" \
64+
" it_should_behave_like 'payload cached size is consistent',\n" \
6565
" ancestor_reference_names: ["
6666

6767
ancestor_reference_names = options[:ancestor_reference_names]
@@ -74,6 +74,7 @@
7474
end
7575

7676
$stderr.puts " ],\n" \
77+
" dynamic_size: false,\n" \
7778
" modules_pathname: modules_pathname,\n" \
7879
" reference_name: '#{reference_name}'\n" \
7980
" end"

0 commit comments

Comments
 (0)