We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fda115 commit 4704648Copy full SHA for 4704648
spec/tools/egghunter_spec.rb
@@ -4,11 +4,32 @@
4
require 'stringio'
5
6
describe Egghunter do
7
+
8
subject do
9
Egghunter::Driver.new
10
end
11
12
describe '#run' do
- end
13
14
+ context 'when the platform is windows' do
15
+ it 'returns a windows egghunter' do
16
+ end
17
18
19
+ context 'when the platform is linux' do
20
+ it 'returns a linux egghunter' do
21
22
23
24
+ context 'when the output format is java' do
25
+ it 'returns java format egghunter' do
26
27
28
29
+ context 'when the egg is WOOT' do
30
+ it 'includes W00TW00T in the egghunter' do
31
32
33
34
35
0 commit comments