Sha256: 9a736fccd54467cb11eb735920ef34d6ea6b679f362c6ef6977dc310ce52c408
Contents?: true
Size: 430 Bytes
Versions: 2
Compression:
Stored size: 430 Bytes
Contents
# Allow test to be run in-place without requiring a gem install $LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib' # Configure Rails Environment ENV['RAILS_ENV'] = 'test' require 'minitest/autorun' require 'minitest/reporters' require 'net/tcp_client' Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new SemanticLogger.default_level = :trace SemanticLogger.add_appender(file_name: 'test.log', formatter: :color)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
net_tcp_client-2.0.1 | test/test_helper.rb |
net_tcp_client-2.0.0 | test/test_helper.rb |