summaryrefslogtreecommitdiff
path: root/spec/javascripts/reports/mock_data/mock_data.js
blob: 0d90253bad2448939fbb8ed91e40dab232553010 (plain)
1
2
3
4
5
6
7
8
// eslint-disable-next-line import/prefer-default-export
export const issue = {
  result: 'failure',
  name: 'Test#sum when a is 1 and b is 2 returns summary',
  execution_time: 0.009411,
  system_output:
    "Failure/Error: is_expected.to eq(3)\n\n  expected: 3\n       got: -1\n\n  (compared using ==)\n./spec/test_spec.rb:12:in `block (4 levels) in \u003ctop (required)\u003e'",
};