Fixes a bug in the new user handler [skip ci]

This commit is contained in:
James Cole
2017-04-27 02:56:57 +02:00
parent fa818e0924
commit 1a5617d430
2 changed files with 18 additions and 19 deletions

View File

@@ -36,7 +36,6 @@ class NewUserControllerTest extends TestCase
$journalRepos->shouldReceive('first')->once()->andReturn(new TransactionJournal);
$accountRepos->shouldReceive('count')->andReturn(0);
$this->be($this->emptyUser());
$response = $this->get(route('new-user.index'));
$response->assertStatus(200);