Sha256: 3846198974e455f6f9a3b1e105053a5035cbd703899fcca8c639475665648ed9
Contents?: true
Size: 396 Bytes
Versions: 16
Compression:
Stored size: 396 Bytes
Contents
# Ensure that `$LOAD_PATH` is set up properly, in cases where the entire # acceptance suite is being run, but the options file # `acceptance/config/acceptance_options.rb` was not specified via the # `--options-file` command-line argument. begin require 'helpers/test_helper' rescue LoadError $LOAD_PATH << File.expand_path(File.join(__dir__, '..', 'lib')) require 'helpers/test_helper' end
Version data entries
16 entries across 16 versions & 1 rubygems