Sha256: cc559dde0d6044ff22050990c6a4ab99842605e36a8bf8ce7577cf6ade0a9fcc
Contents?: true
Size: 1006 Bytes
Versions: 3
Compression:
Stored size: 1006 Bytes
Contents
MODERATION_GET = { results: [ { id: 9898, participant_id: 6767, state: 1234, metadata: { image: 'http://placehold.it/350x150', title: 'Image Entry', description: 'This is a picture of my house' } }, { id: 9899, participant_id: 6767, state: 1234, metadata: { image: 'http://placehold.it/350x150', title: 'Image Entry #2', description: 'This is another picture of my house' } }, { id: 3322, participant_id: 4433, state: 3324, metadata: { title: 'Entry in state 3324' } }, { id: 9899, participant_id: 6767, state: 3324, metadata: { title: 'Another Entry in state 3324' } } ] } MODERATION_POST_RESPONSE = { results: [ { id: ENTRY_01[:id], state: 444 }, { id: ENTRY_02[:id], state: 555 }, { id: ENTRY_03[:id], state: 555 } ] }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
strutta-api-1.0.3.1 | spec/fixtures/moderation_fixtures.rb |
strutta-api-1.0.2 | spec/fixtures/moderation_fixtures.rb |
strutta-api-1.0.1 | spec/fixtures/moderation_fixtures.rb |