回答編集履歴

1

修正

2020/01/24 00:21

投稿

asm
asm

スコア15147

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  get :index
8
8
 
9
- expect(assigns(:ladies__products)).to match_array ladies_product
9
+ expect(assigns(:ladies__products)).to match_array [ladies_product]
10
10
 
11
11
  end
12
12