Code cleanup.

This commit is contained in:
James Cole
2015-01-02 09:06:44 +01:00
parent 65ce277a20
commit a6dbd912c6
44 changed files with 384 additions and 352 deletions

View File

@@ -33,7 +33,7 @@ class ReminderControllerCest
['reminders.*']
);
$I->wantTo('act on reminder ' . boolstr(is_null($reminder)));
$I->wantTo('act on a reminder');
$I->amOnPage('/reminders/' . $reminder->id . '/act');
$I->see('Money for Nieuwe spullen');
}