Sha256: 2dc709efaa4aaa109767e82e796c2e7b44e2b28a1360a234dca348dcbddbd3f8

Contents?: true

Size: 483 Bytes

Versions: 6

Compression:

Stored size: 483 Bytes

Contents

=begin
    Copyright 2010-2015 Tasos Laskos <tasos.laskos@arachni-scanner.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::WithFormatters < Arachni::Reporter::Base

    def run
        File.open( 'with_formatters', 'w' ) { |f| f.write( format_plugin_results ) }
    end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arachni-1.3.2 spec/support/fixtures/reporters/base_spec/with_formatters.rb
arachni-1.3.1 spec/support/fixtures/reporters/base_spec/with_formatters.rb
arachni-1.3 spec/support/fixtures/reporters/base_spec/with_formatters.rb
arachni-1.2.1 spec/support/fixtures/reporters/base_spec/with_formatters.rb
arachni-1.2 spec/support/fixtures/reporters/base_spec/with_formatters.rb
arachni-1.1 spec/support/fixtures/reporters/base_spec/with_formatters.rb