Sha256: 6b894f7092fc24dc7ef34d83bd753ec2ba27926f6b40a53401b7459983d98d29
Contents?: true
Size: 716 Bytes
Versions: 3
Compression:
Stored size: 716 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib")) unless ENV["CI"] require "simplecov" SimpleCov.start do add_filter "/spec/" add_filter "/vendor/" end end require "sidekiq-statsd" RSpec.configure do |config| # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 config.order = "random" end # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-statsd-2.1.0 | spec/spec_helper.rb |
sidekiq-statsd-2.0.1 | spec/spec_helper.rb |
sidekiq-statsd-1.0.0 | spec/spec_helper.rb |