Sha256: b4b67203b20dc48e0ccd614004cd9fb288dea2e1c6f99995be773376ffc3f0ba

Contents?: true

Size: 464 Bytes

Versions: 9

Compression:

Stored size: 464 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'module'

    def self.targets
        %w(General PHP Java dotNET libXML2)
    end

    def self.elements
        [ Element::FORM, Element::LINK, Element::COOKIE, Element::HEADER ]
    end

    def issue_count_per_target
        {
            general: 39,
            php:     6,
            java:    9,
            dotnet:  15,
            libxml2: 6
        }
    end

    easy_test
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
arachni-0.4.7 spec/modules/audit/xpath_spec.rb
arachni-0.4.6 spec/modules/audit/xpath_spec.rb
arachni-0.4.5.2 spec/modules/audit/xpath_spec.rb
arachni-0.4.5.1 spec/modules/audit/xpath_spec.rb
arachni-0.4.5 spec/modules/audit/xpath_spec.rb
arachni-0.4.4 spec/modules/audit/xpath_spec.rb
arachni-0.4.3.2 spec/modules/audit/xpath_spec.rb
arachni-0.4.3.1 spec/modules/audit/xpath_spec.rb
arachni-0.4.3 spec/modules/audit/xpath_spec.rb