Renames umbImageHelper to imageHelper

This commit is contained in:
Per Ploug Krogslund
2013-08-23 15:25:39 +02:00
parent 13afb127f4
commit 7763550a89
6 changed files with 13 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ describe('icon helper tests', function () {
beforeEach(module('umbraco.mocks'));
beforeEach(inject(function ($injector) {
umbImageHelper = $injector.get('umbImageHelper');
umbImageHelper = $injector.get('imageHelper');
}));
describe('basic utility methods return correct values', function () {