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