Sha256: f918ee26ae4441ba665882ef3f89ebb0d3010cde4168df1d563bc1dd1f4c7b27

Contents?: true

Size: 310 Bytes

Versions: 5

Compression:

Stored size: 310 Bytes

Contents

$LOAD_PATH << File.expand_path("#{File.dirname(__FILE__)}/../../lib")
require 'yaml'
begin
	CONFIG = YAML::load_file('config.yml')
rescue Errno::ENOENT
	STDERR.puts "*** You do not have the file test/config.yml. " <<
		"Please copy test/config.yml.example to " <<
		"test/config.yml, and edit it."
	exit 1
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
passenger-1.0.1 test/support/config.rb
passenger-1.0.2 test/support/config.rb
passenger-1.0.3 test/support/config.rb
passenger-1.0.4 test/support/config.rb
passenger-1.0.5 test/support/config.rb