Sha256: e22c9d9a1f1e8eb2d2377b3006d89f94a3ffde7ce12f0689559782d1a4b621e4
Contents?: true
Size: 726 Bytes
Versions: 3
Compression:
Stored size: 726 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'tengine_event' require 'timeout' require 'simplecov' SimpleCov.start if ENV["COVERAGE"] # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| unless ENV['MANUAL'] == 'true' config.filter_run_excluding manual: true end if ENV['TRAVIS'] == 'true' config.filter_run_excluding skip_travis: true end if ENV['TEST_RABBITMQ_DISABLED'] =~ /^true$|^on$/i config.filter_run_excluding test_rabbitmq_required: true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tengine_event-1.2.2 | spec/spec_helper.rb |
tengine_event-1.2.1 | spec/spec_helper.rb |
tengine_event-1.2.0 | spec/spec_helper.rb |