Sha256: 06bf93993cd3bf90bc7d6b9dce2b9bf5ae9c1b46ca306b2e73edf8fa8804ae0f

Contents?: true

Size: 688 Bytes

Versions: 29

Compression:

Stored size: 688 Bytes

Contents

Feature: Embed Hash

  Background:
    Given a class Event

  Scenario: Creating a new document
    Given an Event document named 'event' :
      | Name                 | Venue                          | Date       |
      | NoSQL Live           | John Hancock Conference Center | 2010-03-11 |
    And an Address document named 'address' :
      | Street                 | City               | State | Zip Code |
      | 320 First Street North | Jacksonville Beach | FL    | 32250    |
    And I put the 'address' object on key 'office' of the 'addresses' hash of 'event'
    When I save the document 'event'
    Then the last return value is true
    And the document 'event' roundtrips

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
mongo_doc-0.6.26 features/embed_hash.feature
mongo_doc-0.6.25 features/embed_hash.feature
mongo_doc-0.6.23 features/embed_hash.feature
mongo_doc-0.6.22 features/embed_hash.feature
mongo_doc-0.6.21 features/embed_hash.feature
mongo_doc-0.6.20 features/embed_hash.feature
mongo_doc-0.6.19 features/embed_hash.feature
mongo_doc-0.6.18 features/embed_hash.feature
mongo_doc-0.6.17 features/embed_hash.feature
mongo_doc-0.6.16 features/embed_hash.feature
mongo_doc-0.6.15 features/embed_hash.feature
mongo_doc-0.6.14 features/embed_hash.feature
mongo_doc-0.6.13 features/embed_hash.feature
mongo_doc-0.6.12 features/embed_hash.feature
mongo_doc-0.6.11 features/embed_hash.feature
mongo_doc-0.6.10 features/embed_hash.feature
mongo_doc-0.6.9 features/embed_hash.feature
mongo_doc-0.6.8 features/embed_hash.feature
mongo_doc-0.6.7 features/embed_hash.feature
mongo_doc-0.6.6 features/embed_hash.feature