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