Sha256: 216f4c4b299e894acc0472518db9b790df778073baad77f79f35e7a9f50de0ec
Contents?: true
Size: 444 Bytes
Versions: 17
Compression:
Stored size: 444 Bytes
Contents
[ 'repetition', 'error_handler', 'host_handler', 'timed' ].each do |file| begin require "beaker/shared/#{file}" rescue LoadError require File.expand_path(File.join(File.dirname(__FILE__), 'shared', file)) end end module Beaker module Shared include Beaker::Shared::ErrorHandler include Beaker::Shared::HostHandler include Beaker::Shared::Repetition include Beaker::Shared::Timed end end include Beaker::Shared
Version data entries
17 entries across 17 versions & 1 rubygems