Sha256: 1dcdfd678de9c56d2e6864ef4d8c9390f3e8abc6cd2b6ca6c5b6c1005ed54a68

Contents?: true

Size: 487 Bytes

Versions: 5

Compression:

Stored size: 487 Bytes

Contents

@all_adapters
Feature: Stuff gets logged if you set a logger

  You can configure the logger by add a logger to the hash passed to `MessageDriver::Broker.configure`.
  If you don't provide a logger, then an info level logger will be created and sent to `STDOUT`.

  Scenario: Starting the broker
    Given I am logging to a log file at the debug level
    And I am connected to the broker

    Then the log file should contain:
    """
    MessageDriver configured successfully!
    """

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
message-driver-0.2.2 features/logging.feature
message-driver-0.2.1 features/logging.feature
message-driver-0.2.0 features/logging.feature
message-driver-0.2.0.rc2 features/logging.feature
message-driver-0.2.0.rc1 features/logging.feature