Completed
Push — master ( bb88de...96f5c0 )
by Dmitry
03:00
created
src/Specification/Tester.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.