From aea1ceafe5b58601664c00b38f6b7608cd5fe390 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 24 Jul 2015 14:25:55 -0500 Subject: [PATCH] Move test --- test/spec/controllers/challengesCtrlSpec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'); });