public function test_dont_see_in_last_email_subject_to(\NoGuy $I)
 {
     $subject = 'Subject Line';
     $user = '******';
     $this->mail($user, 'Nothing to see here', 'Hello World!', '*****@*****.**');
     $this->mail('*****@*****.**', $subject, 'Hello World!', '*****@*****.**');
     $I->dontSeeInLastEmailSubjectTo($user, $subject);
 }