Sha256: b9c03f6c6cf60edcae1904a9bea0f7a39b144c0b936ee755c5a01f9ad89c0c9a
Contents?: true
Size: 567 Bytes
Versions: 59
Compression:
Stored size: 567 Bytes
Contents
source_root = File.expand_path(File.dirname(__FILE__) + "/../..") Dir.chdir("#{source_root}/test") require 'rubygems' require 'json' begin CONFIG = JSON.load(File.read('config.json')) rescue Errno::ENOENT STDERR.puts "*** You do not have the file test/config.json. " << "Please copy test/config.json.example to " << "test/config.json, and edit it." exit 1 end $LOAD_PATH.unshift("#{source_root}/lib") $LOAD_PATH.unshift("#{source_root}/test") require 'phusion_passenger' PhusionPassenger.locate_directories require 'support/test_helper' include TestHelper
Version data entries
59 entries across 59 versions & 1 rubygems