CMS.Views.WeekEdit tested

This commit is contained in:
Prem Sichanugrist
2012-07-05 22:50:23 -04:00
parent 8979b993ef
commit 4d29c311c7

View File

@@ -0,0 +1,7 @@
describe "CMS.Views.WeekEdit", ->
describe "defaults", ->
it "set the correct tagName", ->
expect(new CMS.Views.WeekEdit().tagName).toEqual("section")
it "set the correct className", ->
expect(new CMS.Views.WeekEdit().className).toEqual("edit-pane")