Sha256: 7fc7c3b3bc62c71e1702534824f6cf10c5b083ba0635a292b38d9f31602e3ac8

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

#make sure the relevant folder with our libraries is in the require path
lib_path=File.expand_path(File.dirname(__FILE__)+"//..//lib")
$:.unshift(lib_path) unless $:.include?(lib_path)

require 'test/unit'
require 'RipXplore'
require 'FileCache'
@@filecache=FileCache.new(File.dirname(__FILE__)+"//test_images")

LOG_FILE="testlog.txt"
File.delete(LOG_FILE) if File.exist?(LOG_FILE)
RipXploreLog.log_to(LOG_FILE)
RipXploreLog.debug_logging

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ripxplore-0.0.1 test/testhelper.rb