Skip to content

Commit 2dc579d

Browse files
committed
Add template for specs
1 parent 7c1605e commit 2dc579d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# -*- coding:binary -*-
2+
require 'spec_helper'
3+
4+
require 'rex/exploitation/heaplib'
5+
6+
describe Rex::Exploitation::HeapLib do
7+
8+
let(:custom_code) { "var test = 'metasploit';" }
9+
10+
subject(:heap_lib) do
11+
described_class.allocate
12+
end
13+
14+
describe '#initialize' do
15+
16+
end
17+
18+
end

0 commit comments

Comments
 (0)