Merge pull request #6984 from lbraun/develop

Remove extra 'it' from spec description
This commit is contained in:
Blade Barringer
2016-03-29 23:29:12 -04:00
+1 -1
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'}),