Sha256: b85d8deaa92952a7914ccdd1d6fffa5aa8da10474d296dc6d7f3cecc9787deb6
Contents?: true
Size: 490 Bytes
Versions: 2
Compression:
Stored size: 490 Bytes
Contents
=begin Copyright 2010-2017 Sarosys LLC <http://www.sarosys.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end class Arachni::Reporters::WithOutfile < Arachni::Reporter::Base def run end def self.info super.merge( options: [ Arachni::Reporter::Options.outfile('.stuff') ] ) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | spec/support/fixtures/reporters/base_spec/with_outfile.rb |
arachni-1.5 | spec/support/fixtures/reporters/base_spec/with_outfile.rb |