refactoring: moving and renaming things

This commit is contained in:
Torkel Ödegaard
2015-10-30 15:58:20 +01:00
parent 152b484eb5
commit 97697b93ed
29 changed files with 63 additions and 56 deletions

View File

@@ -10,6 +10,7 @@ declare var helpers: any;
describe('ElasticDatasource', function() {
var ctx = new helpers.ServiceTestContext();
beforeEach(angularMocks.module('grafana.core'));
beforeEach(angularMocks.module('grafana.services'));
beforeEach(ctx.providePhase(['templateSrv', 'backendSrv']));
beforeEach(ctx.createService('ElasticDatasource'));