Sha256: 1449a394093ddade291504a1641565e9bb2406b6fc77d038a05e17f9e855d7d4

Contents?: true

Size: 298 Bytes

Versions: 14

Compression:

Stored size: 298 Bytes

Contents

require 'minitest/autorun'
require 'mocha/mini_test'
require 'timecop'
require 'gimme'
require 'circuitbox'

DEV_NULL = (RUBY_PLATFORM =~ /mswin|mingw/ ? "NUL" : "/dev/null")

class Circuitbox
  class CircuitBreaker
    def logger
      @_dev_null_logger ||= Logger.new(DEV_NULL)
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
circuitbox-1.1.1 test/test_helper.rb
circuitbox-1.1.0 test/test_helper.rb
circuitbox-1.0.3 test/test_helper.rb
circuitbox-1.0.2 test/test_helper.rb
circuitbox-1.0.1 test/test_helper.rb
circuitbox-1.0.0 test/test_helper.rb
circuitbox-0.11.0 test/test_helper.rb
circuitbox-0.10.4 test/test_helper.rb
circuitbox-0.10.3 test/test_helper.rb
circuitbox-0.10.2 test/test_helper.rb
circuitbox-0.10.1 test/test_helper.rb
circuitbox-0.10.0 test/test_helper.rb
circuitbox-0.9.0 test/test_helper.rb
circuitbox-0.8.0 test/test_helper.rb