A giant rename action in preparation of v3.2.2

This commit is contained in:
James Cole
2014-12-24 20:55:42 +01:00
parent 335279e728
commit 7a9df05f6b
45 changed files with 289 additions and 297 deletions

View File

@@ -131,7 +131,7 @@ class GoogleChartControllerCest
public function piggyBankHistory(FunctionalTester $I)
{
$I->wantTo('see the chart for the history of a piggy bank');
$I->amOnPage('/chart/piggyhistory/1');
$I->amOnPage('/chart/piggy_history/1');
$I->seeResponseCodeIs(200);
}