Sha256: e5fb7f9de4fa923d86968e6bbfefa4e6ff78cfac6715dc1c16af1922a150b5c7
Contents?: true
Size: 560 Bytes
Versions: 3
Compression:
Stored size: 560 Bytes
Contents
Feature: saving an object Scenario: saving simple json Given a valid connection to the 'test' database And 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 valid connection to the 'test' database And 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mongodoc-0.1.1 | features/saving_an_object.feature |
mongodoc-0.1.0 | features/saving_an_object.feature |
mongodoc-0.0.0 | features/saving_an_object.feature |