Sha256: d6033eb73cbf345caa7f7478643df74f9d875902018907123298f6c136aa0272
Contents?: true
Size: 498 Bytes
Versions: 14
Compression:
Stored size: 498 Bytes
Contents
Feature: Polymorphic Collections Background: Given an empty Person document collection And a Person document named 'Fry' : | Name | | Philip J. Fry | And a VIP document named 'Leela' : | Name | Title | | Turanga Leela | Captain | Scenario: Subclassed documents are in the same collection Given I save the document 'Fry' And I save the document 'Leela' When I query people with count Then the query result is 2 documents
Version data entries
14 entries across 14 versions & 1 rubygems