CMS.Views.WeekEdit tested
This commit is contained in:
7
cms/static/coffee/spec/views/week_edit_spec.coffee
Normal file
7
cms/static/coffee/spec/views/week_edit_spec.coffee
Normal 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")
|
||||
Reference in New Issue
Block a user