fdescribe('', function() {
  pushOptions({
    defaultDate: ''
  })

  describe('', function() {
    pushOptions({
      defaultView: ''
    })

    fit('', function() {
      initCalendar({
        // other options
      })
    })
  })

})
