Sha256: 46cfa1eb4f04e5c84dd1fe63fe01fd3e1f1ec8d9f5b5f245184f391edf52c184

Contents?: true

Size: 410 Bytes

Versions: 2

Compression:

Stored size: 410 Bytes

Contents

Feature: Install the Gem in a Rails application and test it

  Background:
    Given I have built and installed the "mongodb_logger" gem

  Scenario: Use the gem without vendoring the gem in a Rails application
    When I generate a new Rails application
    And I configure my application to require the "mongodb_logger" gem
    And I setup mongodb_logger tests
    Then the tests should have run successfully

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongodb_logger-0.1.1 features/rails.feature
mongodb_logger-0.1.0 features/rails.feature