回答編集履歴

1

修正

2018/11/21 13:09

投稿

asm
asm

スコア15147

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```rb
6
6
 
7
- expect(res).to match(data: array_including(a_hash_including(id: offer_id)),
7
+ expect(res).to match(data: array_including(a_hash_including(id: offer.id)),
8
8
 
9
9
  errors: []
10
10