44 - Cancelling Reservations

This commit is contained in:
Adam Wathan
2016-12-08 13:49:42 -05:00
parent 65863dc406
commit 4bb502ddb3
3 changed files with 28 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ class PurchaseTicketsTest extends TestCase
$this->assertResponseStatus(422);
$this->assertFalse($concert->hasOrderFor('john@example.com'));
$this->assertEquals(3, $concert->ticketsRemaining());
}
/** @test */