Sha256: 2f1403f0f5e01c4620d1db64c1e17a4d07011a2597e386a69e16380ad166e35e

Contents?: true

Size: 454 Bytes

Versions: 11

Compression:

Stored size: 454 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

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

    def issue_count_per_element
        {
            Element::Form::DOM   => 3,
            Element::Link::DOM   => 3,
            Element::Cookie::DOM => 3,
            Element::UIForm::DOM => 3
        }
    end

    easy_test
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
arachni-1.6.1.3 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.6.1.2 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.6.1.1 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.6.1 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.6.0 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.5.1 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.5 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.4 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.3.2 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.3.1 spec/components/checks/active/unvalidated_redirect_dom_spec.rb
arachni-1.3 spec/components/checks/active/unvalidated_redirect_dom_spec.rb