grafana/public/test/specs/row-ctrl-specs.js
2015-03-29 12:57:28 +02:00

19 lines
331 B
JavaScript

define([
'helpers',
'features/dashboard/rowCtrl'
], function(helpers) {
'use strict';
describe('RowCtrl', function() {
var ctx = new helpers.ControllerTestContext();
beforeEach(module('grafana.controllers'));
beforeEach(ctx.providePhase());
beforeEach(ctx.createControllerPhase('RowCtrl'));
});
});