Skip to content

Commit

Permalink
refactor: Remove unused code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Jan 19, 2016
1 parent 2989057 commit 92657fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/spec/controllers/groupCtrlSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ describe('Groups Controller', function() {
scope.groupCopy.leader = 'new leader';
expect(scope.groupCopy.leader).to.not.eql(guild.leader);
});

// scope.cancelEdit(guild);
// expect(scope.groupCopy).to.eql({});
// expect(guild._editing).to.eql(false);
});

describe('saveEdit', () => {
Expand Down

0 comments on commit 92657fa

Please sign in to comment.