@@ -36,7 +36,7 @@ |
||
36 | 36 | * @return $this |
37 | 37 | */ |
38 | 38 | public function expectTo(string $expectation): TestGuy { |
39 | - $this->steps->add('I expect to ' . $expectation); |
|
39 | + $this->steps->add('I expect to '.$expectation); |
|
40 | 40 | return $this; |
41 | 41 | } |
42 | 42 |