2017-04-25 12:31:15 -04:00
|
|
|
export default {
|
2017-05-02 17:01:23 -04:00
|
|
|
initialRequest: {
|
|
|
|
title: '<p>this is a title</p>',
|
|
|
|
title_text: 'this is a title',
|
|
|
|
description: '<p>this is a description!</p>',
|
|
|
|
description_text: 'this is a description',
|
|
|
|
task_status: '2 of 4 completed',
|
2017-05-18 08:24:34 -04:00
|
|
|
updated_at: '2015-05-15T12:31:04.428Z',
|
|
|
|
updated_by_name: 'Some User',
|
|
|
|
updated_by_path: '/some_user',
|
2017-05-02 17:01:23 -04:00
|
|
|
},
|
|
|
|
secondRequest: {
|
|
|
|
title: '<p>2</p>',
|
|
|
|
title_text: '2',
|
|
|
|
description: '<p>42</p>',
|
|
|
|
description_text: '42',
|
|
|
|
task_status: '0 of 0 completed',
|
2017-05-18 08:24:34 -04:00
|
|
|
updated_at: '2016-05-15T12:31:04.428Z',
|
|
|
|
updated_by_name: 'Other User',
|
|
|
|
updated_by_path: '/other_user',
|
2017-05-02 17:01:23 -04:00
|
|
|
},
|
2017-04-25 12:31:15 -04:00
|
|
|
};
|