Sha256: 364d277b8a4d9957ffa6615a036c6a3b76a7812253eddae377bea399a9a34cb9

Contents?: true

Size: 264 Bytes

Versions: 5

Compression:

Stored size: 264 Bytes

Contents

require_relative '../../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

5 entries across 5 versions & 1 rubygems

Version Path
arachni-0.4.2 spec/modules/audit/xss_path_spec.rb
arachni-0.4.1.3 spec/modules/audit/xss_path_spec.rb
arachni-0.4.1.2 spec/modules/audit/xss_path_spec.rb
arachni-0.4.1.1 spec/modules/audit/xss_path_spec.rb
arachni-0.4.1 spec/modules/audit/xss_path_spec.rb