我如何触发 FullCalendar 中的 select 回调以进行测试?

How can I trigger the select callback in FullCalendar for testing purposes?

我正在尝试使用 Capybara(闹鬼作为驱动程序)在 Ruby 中的 Ruby 中测试 FullCalendar 的回调。

知道怎么做吗?

使用select方法

http://fullcalendar.io/docs/selection/select_method/

会触发select回调。