fix(sharing): Add social service to Inventory

Also fixes accidental 'only' in tests.
This commit is contained in:
Sabe Jones
2015-10-28 16:52:07 -04:00
parent f4ea6c1d5d
commit aad3e5ade6
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
describe.only('Inventory Controller', function() {
describe('Inventory Controller', function() {
var scope, ctrl, user, rootScope;
beforeEach(function() {