Sha256: 7585ee8ebe6e38f7087961556ba69dfb1fdafe6db4805d7b9a7d3c33b16d825d

Contents?: true

Size: 306 Bytes

Versions: 33

Compression:

Stored size: 306 Bytes

Contents

Feature: Collection with Criteria

  Scenario: saving a ruby object
    Given a new collection named 'test'
    And an object 'movie'
    When I save the object 'movie'
    And I query the collection 'test' with the criteria where(:title => 'Gone with the Wind')
    Then the query result has 1 documents

Version data entries

33 entries across 33 versions & 2 rubygems

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