Sha256: 8938374e5b509b5da1b1271252b5d21440912a1917b2fa77762a3e7cb11119f5

Contents?: true

Size: 249 Bytes

Versions: 9

Compression:

Stored size: 249 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'module'

    def self.targets
        %w(Generic)
    end

    def self.elements
        [ Element::PATH ]
    end

    def issue_count
        8
    end

    easy_test
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
arachni-0.4.7 spec/modules/audit/xss_path_spec.rb
arachni-0.4.6 spec/modules/audit/xss_path_spec.rb
arachni-0.4.5.2 spec/modules/audit/xss_path_spec.rb
arachni-0.4.5.1 spec/modules/audit/xss_path_spec.rb
arachni-0.4.5 spec/modules/audit/xss_path_spec.rb
arachni-0.4.4 spec/modules/audit/xss_path_spec.rb
arachni-0.4.3.2 spec/modules/audit/xss_path_spec.rb
arachni-0.4.3.1 spec/modules/audit/xss_path_spec.rb
arachni-0.4.3 spec/modules/audit/xss_path_spec.rb