Sha256: a6e60e2d738712c5e36a7d302917120771b2e5a9068cce7a6f1e0b502270c241

Contents?: true

Size: 267 Bytes

Versions: 5

Compression:

Stored size: 267 Bytes

Contents

require_relative '../../../spec_helper'

describe name_from_filename do
    include_examples 'module'

    def self.targets
        %w(Generic)
    end

    def self.elements
        [ Element::BODY ]
    end

    def issue_count
        3
    end

    easy_test
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arachni-0.4.2 spec/modules/recon/grep/credit_card_spec.rb
arachni-0.4.1.3 spec/modules/recon/grep/credit_card_spec.rb
arachni-0.4.1.2 spec/modules/recon/grep/credit_card_spec.rb
arachni-0.4.1.1 spec/modules/recon/grep/credit_card_spec.rb
arachni-0.4.1 spec/modules/recon/grep/credit_card_spec.rb