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

Version Path
beaker-6.4.1 acceptance/tests/load_path_bootstrap.rb
beaker-6.4.0 acceptance/tests/load_path_bootstrap.rb
beaker-6.3.0 acceptance/tests/load_path_bootstrap.rb
beaker-6.2.0 acceptance/tests/load_path_bootstrap.rb
beaker-6.1.0 acceptance/tests/load_path_bootstrap.rb
beaker-5.8.1 acceptance/tests/load_path_bootstrap.rb
beaker-5.8.0 acceptance/tests/load_path_bootstrap.rb
beaker-5.7.0 acceptance/tests/load_path_bootstrap.rb
beaker-5.6.0 acceptance/tests/load_path_bootstrap.rb
beaker-5.5.0 acceptance/tests/load_path_bootstrap.rb
beaker-5.4.0 acceptance/tests/load_path_bootstrap.rb
beaker-5.3.1 acceptance/tests/load_path_bootstrap.rb
beaker-5.3.0 acceptance/tests/load_path_bootstrap.rb
beaker-5.2.0 acceptance/tests/load_path_bootstrap.rb
beaker-5.1.0 acceptance/tests/load_path_bootstrap.rb
beaker-5.0.0 acceptance/tests/load_path_bootstrap.rb