Sha256: 8c1edd270fea5c29c09b1c9f4fec61b60c9533c00a8ee19ed77c365cf7366386

Contents?: true

Size: 388 Bytes

Versions: 2

Compression:

Stored size: 388 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'path_extractor'

    def results
        [
            '/stuff/here.php',
            '/stuff/here'
        ]
    end

    def text
        <<-HTML
            <!-- Blah blah: /stuff/here.php -->
            Blah blah...
            <!--Pre blah /stuff/here post blah -->
        HTML
    end

    easy_test
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arachni-0.4.5.1 spec/path_extractors/comments_spec.rb
arachni-0.4.5 spec/path_extractors/comments_spec.rb