mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 21:57:03 +00:00
Remove extra 'it' from spec description
This commit is contained in:
parent
9a1e7a0ad7
commit
ee9dc7c196
1 changed files with 1 additions and 1 deletions
|
|
@ -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'}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue