Skip to content

Commit

Permalink
BasicAttack should not have a value for :output
Browse files Browse the repository at this point in the history
  • Loading branch information
glv committed Aug 28, 2009
1 parent 49a227f commit 4ac0569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/relevance/tarantula/basic_attack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Relevance::Tarantula::BasicAttack

def initialize
@name = "Tarantula Basic Fuzzer"
@output = ''
@output = nil
@description = "Supplies purely random but simplistically generated form input."
end

Expand Down

0 comments on commit 4ac0569

Please sign in to comment.