Sha256: 879f3846f90a6f8f21e81edbddaa93406dba4bd764abc1d675e902cddd5c8a21

Contents?: true

Size: 407 Bytes

Versions: 7

Compression:

Stored size: 407 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

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

    def issue_count_per_element
        {
            Element::Form   => 16,
            Element::Link   => 16,
            Element::Cookie => 16,
            Element::Header => 8
        }
    end

    easy_test
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
arachni-1.0.6 spec/components/checks/active/unvalidated_redirect_spec.rb
arachni-1.0.5 spec/components/checks/active/unvalidated_redirect_spec.rb
arachni-1.0.4 spec/components/checks/active/unvalidated_redirect_spec.rb
arachni-1.0.3 spec/components/checks/active/unvalidated_redirect_spec.rb
arachni-1.0.2 spec/components/checks/active/unvalidated_redirect_spec.rb
arachni-1.0.1 spec/components/checks/active/unvalidated_redirect_spec.rb
arachni-1.0 spec/components/checks/active/unvalidated_redirect_spec.rb