Files
edx-platform/cms/static/coffee/spec/views/week_edit_spec.coffee
2012-07-05 22:50:23 -04:00

8 lines
273 B
CoffeeScript

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")