More cleanup.

This commit is contained in:
James Cole
2016-01-24 18:11:57 +01:00
parent 7b2fe8eb4a
commit a013553a6c
18 changed files with 227 additions and 225 deletions

View File

@@ -20,8 +20,8 @@ class PasswordControllerTest extends TestCase
$args = [
'email' => 'thegrumpydictator@gmail.com',
];
$response = $this->call('POST', '/password/email', $args);
$this->assertEquals(302, $response->status());
$this->call('POST', '/password/email', $args);
$this->assertResponseStatus(302);
}
}