fix(playlist): remove only parameter to describe

This commit is contained in:
bergquist 2016-01-12 12:01:27 +01:00
parent feca2871eb
commit 85a463faab

View File

@ -38,7 +38,7 @@ describe('PlaylistEditCtrl', function() {
ctx.scope.$digest();
});
describe.only('searchresult returns 2 dashboards', function() {
describe('searchresult returns 2 dashboards', function() {
it('found dashboard should be 2', function() {
expect(ctx.scope.foundPlaylistItems.length).to.be(2);
});