Sha256: 4562eeb315fcea2d4719661a37a483af50383bf6ce73e5a45885642456dc82ed

Contents?: true

Size: 227 Bytes

Versions: 4

Compression:

Stored size: 227 Bytes

Contents

require_relative '../../spec_helper'

describe Arachni::Element::PATH do
    describe 'Arachni::Element::PATH' do
        it 'should return "path"' do
            Arachni::Element::PATH.should == 'path'
        end
    end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
arachni-0.4.1.3 spec/arachni/element/path_spec.rb
arachni-0.4.1.2 spec/arachni/element/path_spec.rb
arachni-0.4.1.1 spec/arachni/element/path_spec.rb
arachni-0.4.1 spec/arachni/element/path_spec.rb