Class: TestConstants
- Inherits:
-
Minitest::Test
- Object
- Minitest::Test
- TestConstants
- Defined in:
- lib/repla/logger/test/tc_logger.rb
Overview
Test constants
Instance Method Summary collapse
Instance Method Details
#test_constants ⇒ Object
11 12 13 14 15 16 |
# File 'lib/repla/logger/test/tc_logger.rb', line 11 def test_constants = Repla::Logger::MESSAGE_PREFIX refute_nil() error_prefix = Repla::Logger::ERROR_PREFIX refute_nil(error_prefix) end |