Sha256: 0c2326edb1cb970a10d000fcfdb693b47e3d7bf4603159082491b0e309f01986

Contents?: true

Size: 396 Bytes

Versions: 22

Compression:

Stored size: 396 Bytes

Contents

Feature: Timestamps

  Background:
    Given an empty Person document collection
    And a Person document named 'Fry' :
      | Name          |
      | Philip J. Fry |

  Scenario: Creation time
    When I save the document 'Fry'
    And the document 'Fry' is reloaded
    Then the field created_at of the document 'Fry' is not nil
    And the field updated_at of the document 'Fry' is not nil

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
mongo_doc-0.6.5 features/timestamps.feature
mongo_doc-0.6.4 features/timestamps.feature