src/topics.js cleanup

This commit is contained in:
barisusakli
2014-11-11 19:47:56 -05:00
parent c9f990bb72
commit fa5ac04cd3
6 changed files with 184 additions and 198 deletions

View File

@@ -38,7 +38,7 @@ describe('Topic\'s', function() {
});
});
});
describe('.post', function() {
@@ -77,12 +77,6 @@ describe('Topic\'s', function() {
topics.getTopicData(newTopic.tid, done);
});
});
describe('.getTopicDataWithUser', function() {
it('should not receive errors', function(done) {
topics.getTopicDataWithUser(newTopic.tid, done);
});
});
});
after(function() {