Sha256: da1dd787176fcafb0bc83edb12659ec7b01e544f952a2d6475d66357e83bad83
Contents?: true
Size: 574 Bytes
Versions: 6
Compression:
Stored size: 574 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
6 entries across 6 versions & 1 rubygems