Fixed tests [skip ci]

This commit is contained in:
James Cole
2015-06-11 20:14:15 +02:00
parent c2241567e4
commit 0587d96474
3 changed files with 57 additions and 55 deletions

View File

@@ -103,7 +103,7 @@ class BillControllerTest extends TestCase
Amount::shouldReceive('getCurrencyCode')->andReturn('X');
$this->call('GET', '/bills/edit/' . $bill->id);
$this->assertViewHas('subTitle', 'Edit "' . e($bill->name) . '"');
$this->assertViewHas('subTitle', 'Edit bill "' . e($bill->name) . '"');
$this->assertResponseOk();
}