correct spec

This commit is contained in:
Sam 2014-10-22 15:50:04 +11:00
parent e20e6b4524
commit d4224a64e8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ test("Regular categoryBadge", function() {
var category = Discourse.Category.create({
name: 'hello',
id: 123,
description: 'cool description',
description_text: 'cool description',
color: 'ff0',
text_color: 'f00'
}),