回答編集履歴
1
補足
answer
CHANGED
@@ -10,8 +10,7 @@
|
|
10
10
|
|
11
11
|
$this->get('/orders/index');
|
12
12
|
|
13
|
-
//この時点でSessionが引き継がれていない。
|
14
|
-
$this->assertSession('off', 'works'); //ここで
|
13
|
+
$this->assertSession('off', 'works'); //ここで成功するはず。
|
15
14
|
}
|
16
15
|
```
|
17
16
|
|