Sha256: 645672e5904f47c7c132216b4f609a28cbe2f6cdf94814d53b841798db35d3b2

Contents?: true

Size: 452 Bytes

Versions: 3

Compression:

Stored size: 452 Bytes

Contents

ROOT_DIR = File.expand_path(File.dirname(__FILE__))
CONF_DIR = File.join(ROOT_DIR, '..', 'test', 'config_files')

STDOUT.puts "ROOT_DIR: #{ROOT_DIR}"
STDOUT.puts "CONF_DIR: #{CONF_DIR}"

# Loads the rconfig library
$LOAD_PATH << File.join(ROOT_DIR, '..', 'lib')

require 'rconfig'

RConfig.initialize CONF_DIR, nil, true, true

# Requires supporting files in ./support/ and its subdirectories.
#Dir["#{ROOT_DIR}/support/**/*.rb"].each {|f| require f}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rconfig-0.4.2 spec/spec_helper.rb
rconfig-0.4.1 spec/spec_helper.rb
rconfig-0.4.0 spec/spec_helper.rb