Sha256: 6b8a78145109b58f2600b3e1997d6fbb7d82e1f8aa68715af216f836e9aa8db3

Contents?: true

Size: 455 Bytes

Versions: 40

Compression:

Stored size: 455 Bytes

Contents

Feature: saving an object

  Scenario: saving simple json
    Given a new collection named 'test'
    When I save the json '{"name":"name"}'
    Then the collection should have 1 document
    And the json '{"name":"name"}' roundtrips

  Scenario: saving a ruby object
    Given a new collection named 'test'
    And an object 'movie'
    When I save the object 'movie'
    Then the collection should have 1 document
    And the object 'movie' roundtrips

Version data entries

40 entries across 40 versions & 3 rubygems

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