Multiple grant badges.

This commit is contained in:
Vikhyat Korrapati
2014-05-21 12:52:42 +05:30
parent a25087b62a
commit d208e4d517
24 changed files with 137 additions and 36 deletions
@@ -19,7 +19,6 @@ test("newBadge", function() {
var controller = testController(Discourse.AdminBadgesController, []);
controller.send('newBadge');
equal(controller.get('model.length'), 1, "adds a new badge to the list of badges");
equal(controller.get('model')[0], controller.get('selectedItem'), "the new badge is selected");
});
test("selectBadge", function() {