Sha256: 1df059a790fa0e2b7e7a2e4cb418625a40235531535abf7b48456ec706ef9383

Contents?: true

Size: 421 Bytes

Versions: 19

Compression:

Stored size: 421 Bytes

Contents

require 'minitest/autorun'
require 'minitest/unit'
require 'minitest/pride' if ENV['RAINBOW_COLORED_TESTS'] == "1" && $stdout.tty?
require 'mocha/minitest'

class MiniTest::Test
  require "active_support/testing/declarative"
  extend ActiveSupport::Testing::Declarative
end

$:.unshift File.expand_path('../../lib', __FILE__)
require "logjam_agent"
require "logjam_agent/receiver"

# for Sinatra
ENV['RACK_ENV'] = "test"

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
logjam_agent-0.37.1 test/test_helper.rb
logjam_agent-0.37.0 test/test_helper.rb
logjam_agent-0.36.0 test/test_helper.rb
logjam_agent-0.35.1 test/test_helper.rb
logjam_agent-0.35.0 test/test_helper.rb
logjam_agent-0.34.3 test/test_helper.rb
logjam_agent-0.34.2 test/test_helper.rb
logjam_agent-0.34.1 test/test_helper.rb
logjam_agent-0.34.0 test/test_helper.rb
logjam_agent-0.33.3 test/test_helper.rb
logjam_agent-0.33.2 test/test_helper.rb
logjam_agent-0.33.1 test/test_helper.rb
logjam_agent-0.33.0 test/test_helper.rb
logjam_agent-0.32.4 test/test_helper.rb
logjam_agent-0.32.3 test/test_helper.rb
logjam_agent-0.32.2 test/test_helper.rb
logjam_agent-0.32.1 test/test_helper.rb
logjam_agent-0.32.0 test/test_helper.rb
logjam_agent-0.31.0 test/test_helper.rb