describe("Subsonic controller", function() { 'use strict'; var $scope, subsonicCtrl; /* beforeEach(function() { module('jamstash.subsonic.ctrl'); inject(function ($controller, $rootScope, $routeParams, utils, globals, map, subsonic, notifications) { $scope = $rootScope.$new(); subsonicCtrl = $controller($scope, $rootScope, $routeParams, utils, globals, map, subsonic, notifications); }); }); it("should behave...", function() { }); */ });