File: all.rb

package info (click to toggle)
ruby-em-synchrony 1.0.5-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 572 kB
  • sloc: ruby: 3,458; sh: 37; sql: 7; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require 'spec/helper/core'
require 'em-synchrony/mysql2'
require 'em-synchrony/em-remcached'
require 'em-synchrony/em-memcache'
require 'em-synchrony/em-mongo'
require 'em-synchrony/em-redis'
require 'em-synchrony/amqp'

require 'helper/tolerance_matcher'
require 'helper/stub-http-server'

def now(); Time.now.to_f; end

RSpec.configure do |config|
  config.include(Sander6::CustomMatchers)

  config.filter_run_excluding ci_skip: true if ENV['CI']
end