Sha256: 959b6aeb79c223709b1f2aaac9413d0aededab6a477e5f96523281370f382b8e
Contents?: true
Size: 498 Bytes
Versions: 2
Compression:
Stored size: 498 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::Foo < Arachni::Reporter::Base def run File.open( "foo", "w" ) {} end def self.info super.merge( options: [ Options.outfile( 'foo' ) ] ) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | spec/support/fixtures/reporters/manager_spec/foo.rb |
arachni-1.5 | spec/support/fixtures/reporters/manager_spec/foo.rb |