Sha256: f2072a1446e7c0c7aa8e6724aed63bcd2d0dca4080e0e180420e8176b53fdd88

Contents?: true

Size: 516 Bytes

Versions: 6

Compression:

Stored size: 516 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

    def self.elements
        [ Element::Form, Element::Link, Element::Cookie, Element::Header,
          Element::JSON, Element::XML ]
    end

    def issue_count_per_element
        {
            Element::Form   => 12,
            Element::Link   => 12,
            Element::Cookie => 12,
            Element::Header => 6,
            Element::JSON   => 12,
            Element::XML    => 24
        }
    end

    easy_test
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arachni-1.3.2 spec/components/checks/active/rfi_spec.rb
arachni-1.3.1 spec/components/checks/active/rfi_spec.rb
arachni-1.3 spec/components/checks/active/rfi_spec.rb
arachni-1.2.1 spec/components/checks/active/rfi_spec.rb
arachni-1.2 spec/components/checks/active/rfi_spec.rb
arachni-1.1 spec/components/checks/active/rfi_spec.rb