Sha256: 9cdbfdadde18926f28757e318bcb3b1e4c0e169be815dcc212658bca9718a189

Contents?: true

Size: 247 Bytes

Versions: 7

Compression:

Stored size: 247 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
        3
    end

    easy_test
end

Version data entries

7 entries across 7 versions & 1 rubygems

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