Remove extra 'it' from spec description

This commit is contained in:
Lucas Braun
2016-03-29 22:11:36 -04:00
parent 9a1e7a0ad7
commit ee9dc7c196

View File

@@ -149,7 +149,7 @@ describe('Challenges Controller', function() {
expect(scope.filterChallenges(notOwnNotMem)).to.eql(true);
});
it('it filters challenges to a single group when group id filter is set', inject(function($controller) {
it('filters challenges to a single group when group id filter is set', inject(function($controller) {
scope.search = { };
scope.groups = {
0: specHelper.newGroup({_id: 'group-one'}),