Sha256: 5186eea01d28d3cbc5f08d11377a32fe5cfbb7a7c2f751b618a942db39c11be6

Contents?: true

Size: 522 Bytes

Versions: 22

Compression:

Stored size: 522 Bytes

Contents

data:
    - {_id: 1, x: 11}

tests:
    -
        description: "InsertMany with non-existing documents"
        operation:
            name: "insertMany"
            arguments:
                documents: 
                    - {_id: 2, x: 22}
                    - {_id: 3, x: 33}

        outcome:
            result:
                insertedIds: { 0: 2, 1: 3 }
            collection:
                data:
                    - {_id: 1, x: 11}
                    - {_id: 2, x: 22}
                    - {_id: 3, x: 33}

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
mongo-2.5.1 spec/support/crud_tests/write/insertMany.yml
mongo-2.5.0 spec/support/crud_tests/write/insertMany.yml