Sha256: 62928af0fba2f5d6a3a08643fb6e02f9c79d8c0aeb5aec16082d3a4318da74cc

Contents?: true

Size: 343 Bytes

Versions: 14

Compression:

Stored size: 343 Bytes

Contents

def spec_path
    File.expand_path( "#{File.dirname( __FILE__ )}/../.." ) + '/'
end

def support_path
    "#{spec_path}support/"
end

def fixtures_path
    "#{support_path}fixtures/"
end

def pems_path
    "#{fixtures_path}pems/"
end

def support_lib_path
    "#{support_path}lib/"
end

def servers_path
    "#{spec_path}support/servers/"
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
raktr-0.0.3 spec/support/helpers/paths.rb
raktr-0.0.2 spec/support/helpers/paths.rb
raktr-0.0.1 spec/support/helpers/paths.rb
arachni-reactor-0.1.3.2 spec/support/helpers/paths.rb
arachni-reactor-0.1.3.1 spec/support/helpers/paths.rb
arachni-reactor-0.1.3 spec/support/helpers/paths.rb
arachni-reactor-0.1.2 spec/support/helpers/paths.rb
arachni-reactor-0.1.1 spec/support/helpers/paths.rb
arachni-reactor-0.1.0 spec/support/helpers/paths.rb
arachni-reactor-0.1.0.beta5 spec/support/helpers/paths.rb
arachni-reactor-0.1.0.beta4 spec/support/helpers/paths.rb
arachni-reactor-0.1.0.beta3 spec/support/helpers/paths.rb
arachni-reactor-0.1.0.beta2 spec/support/helpers/paths.rb
arachni-reactor-0.1.0.beta1 spec/support/helpers/paths.rb