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

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

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

})
