Sha256: c9f82dac1d07a9a849fdb06a8628c291843b58ebb94d5f4def7457d72dc18322

Contents?: true

Size: 1.45 KB

Versions: 3

Compression:

Stored size: 1.45 KB

Contents

JUDGING_GET_RESPONSE = {
  round_id: 4444,
  judging: [
    {
      judge_id: 55555,
      judgments: [
        {
          id: 1234,
          entry_id: 878787,
          score: 3,
          metadata: {
            comments: 'This entry was very well designed.'
          },
          created: 1413889551
        },
        {
          id: 1235,
          entry_id: 878788,
          score: 2,
          metadata: {
            comments: 'This entry was decent.'
          },
          created: 1413889599
        },
        {
          id: 1236,
          entry_id: 878789,
          score: 1,
          metadata: {
            comments: 'This entry was third in my books.'
          },
          created: 1413889655
        }
      ]
    },
    {
      judge_id: 55556,
      judgments: [
        {
          id: 1237,
          entry_id: 878788,
          score: 3,
          metadata: {
            comments: 'This entry was excellent.'
          },
          created: 1413889551
        },
        {
          id: 1238,
          entry_id: 878789,
          score: 2,
          metadata: {
            comments: 'This entry was relatively good.'
          },
          created: 1413889599
        },
        {
          id: 1239,
          entry_id: 878787,
          score: 1,
          metadata: {
            comments: 'This entry half-hearted.'
          },
          created: 1413889655
        }
      ]
    }
  ]
}
JUDGING_RESPONSE = {
  message: 'Judging was successful'
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
strutta-api-1.0.3.1 spec/fixtures/judging_fixtures.rb
strutta-api-1.0.2 spec/fixtures/judging_fixtures.rb
strutta-api-1.0.1 spec/fixtures/judging_fixtures.rb