diff --git a/cms/static/coffee/spec/views/week_edit_spec.coffee b/cms/static/coffee/spec/views/week_edit_spec.coffee new file mode 100644 index 0000000000..754474d77f --- /dev/null +++ b/cms/static/coffee/spec/views/week_edit_spec.coffee @@ -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")