public function test_dont_see_in_last_email_subject(\NoGuy $I)
 {
     $subject = 'Subject Line';
     $this->mail('*****@*****.**', $subject, 'Hello World!', '*****@*****.**');
     $this->mail('*****@*****.**', 'Another Subject', 'Hello World!', '*****@*****.**');
     $I->dontSeeInLastEmailSubject($subject);
 }