diff --git a/test/spec/controllers/challengesCtrlSpec.js b/test/spec/controllers/challengesCtrlSpec.js index 10d2e62b69..613089252b 100644 --- a/test/spec/controllers/challengesCtrlSpec.js +++ b/test/spec/controllers/challengesCtrlSpec.js @@ -197,10 +197,6 @@ describe('Challenges Controller', function() { }); }); - describe('edit', function() { - it('transitions to edit page'); - }); - describe('addTask', function() { it('adds default task to array'); it('removes text from new task input box'); @@ -356,6 +352,10 @@ describe('Challenges Controller', function() { }); }); + describe('edit', function() { + it('transitions to edit page'); + }); + describe('discard', function() { it('sets new challenge to null'); });