Sha256: 1676ad185f198a6725616679f794eb7462c59c03e0f90a9a2e196348f94e61ca
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 KB
Contents
data: - id: 1 first: Will last: Smith username: will_smith login_count: 9219 phone_numbers: - type: cell number: 555-444-3333 - type: fax number: 333-444-2222 - id: 2 first: Martin last: Lawrence username: mlaw10 login_count: 8077 phone_numbers: - type: home number: 999-888-7777 - id: 3 first: Will last: Ferrell username: will.ferrell login_count: 190890 phone_numbers: template: title: Custom Table children: - type: Grouping children: - type: Table body: rows: - cells: - text: ID Number - text: $id - text: Username - text: $username - cells: - text: First Name - text: $first - text: Last Name - text: $last documents: - title: Custom Table contents: |+ ID Number, 1, Username, will_smith First Name, Will, Last Name, Smith ID Number, 2, Username, mlaw10 First Name, Martin, Last Name, Lawrence ID Number, 3, Username, will.ferrell First Name, Will, Last Name, Ferrell extension: '.txt'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
proforma-1.0.2 | spec/fixtures/snapshots/custom_table.yml |
proforma-1.0.1 | spec/fixtures/snapshots/custom_table.yml |
proforma-1.0.0 | spec/fixtures/snapshots/custom_table.yml |