Sha256: bfb5162814e5795f9c02893ef31fa24a540d3eaa6070d9847132211bbb2068fe

Contents?: true

Size: 746 Bytes

Versions: 6

Compression:

Stored size: 746 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::Plugins::Wait < Arachni::Plugin::Base

    def run
        wait_while_framework_running
        register_results( 'stuff' => true )
    end

    def self.info
        {
            name:        'Wait',
            description: %q{},
            tags:        ['wait_string', :wait_sym],
            author:      'Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com>',
            version:     '0.1'
        }
    end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arachni-1.3.2 spec/support/fixtures/plugins/wait.rb
arachni-1.3.1 spec/support/fixtures/plugins/wait.rb
arachni-1.3 spec/support/fixtures/plugins/wait.rb
arachni-1.2.1 spec/support/fixtures/plugins/wait.rb
arachni-1.2 spec/support/fixtures/plugins/wait.rb
arachni-1.1 spec/support/fixtures/plugins/wait.rb