Sha256: d6d9ea4144924602705fce45dcfd2059809b3088c58e053710da0d36021eb09d

Contents?: true

Size: 559 Bytes

Versions: 6

Compression:

Stored size: 559 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

    def self.platforms
        [:unix, :windows]
    end

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

    def issue_count_per_element
        {
            Element::Form         => 5,
            Element::Link         => 5,
            Element::Cookie       => 5,
            Element::Header       => 4,
            Element::LinkTemplate => 4
        }
    end

    easy_test
end

Version data entries

6 entries across 6 versions & 1 rubygems

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