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.26 features/timestamps.feature
mongo_doc-0.6.25 features/timestamps.feature
mongo_doc-0.6.23 features/timestamps.feature
mongo_doc-0.6.22 features/timestamps.feature
mongo_doc-0.6.21 features/timestamps.feature
mongo_doc-0.6.20 features/timestamps.feature
mongo_doc-0.6.19 features/timestamps.feature
mongo_doc-0.6.18 features/timestamps.feature
mongo_doc-0.6.17 features/timestamps.feature
mongo_doc-0.6.16 features/timestamps.feature
mongo_doc-0.6.15 features/timestamps.feature
mongo_doc-0.6.14 features/timestamps.feature
mongo_doc-0.6.13 features/timestamps.feature
mongo_doc-0.6.12 features/timestamps.feature
mongo_doc-0.6.11 features/timestamps.feature
mongo_doc-0.6.10 features/timestamps.feature
mongo_doc-0.6.9 features/timestamps.feature
mongo_doc-0.6.8 features/timestamps.feature
mongo_doc-0.6.7 features/timestamps.feature
mongo_doc-0.6.6 features/timestamps.feature