compass-web/v2/dash/test/specs/graphiteTargetCtrl-specs.js
Lawrence Davison d96634b5ae Kibana Dashboard setup
This is the initial check in of the dashboard UI.

Change-Id: I5621896191f3664ed504b38e7cdc405c422c76fd
2014-09-04 14:02:43 -07:00

4 lines
381 B
JavaScript

/*! grafana - v1.6.1 - 2014-09-02
* Copyright (c) 2014 Torkel Ödegaard; Licensed Apache License */
define([],function(){describe("graphiteTargetCtrl",function(){var a;beforeEach(module("kibana.services")),beforeEach(module(function(a){a.value("filterSrv",{})})),beforeEach(inject(function(b,c){a=b({$scope:c.$new()})})),describe("init",function(){beforeEach(function(){})})})});