Separates the Subsonic Service into its own file.
Adds test stubs for the subsonic controller and subsonic service. Conflicts: js/service.js
This commit is contained in:
parent
55c7905217
commit
d6104aa573
4 changed files with 819 additions and 803 deletions
9
test/services/subsonicService_test.js
Normal file
9
test/services/subsonicService_test.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
describe("subsonicService", function() {
|
||||
'use strict';
|
||||
|
||||
beforeEach(module('JamStash'));
|
||||
|
||||
it("should exist", inject(function(subsonic) {
|
||||
expect(subsonic).toBeDefined();
|
||||
}));
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue