Move test

This commit is contained in:
Blade Barringer
2015-07-24 14:25:55 -05:00
parent 875f30bece
commit aea1ceafe5

View File

@@ -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');
});