是否可以为 capybara-webkit 驱动程序配置当前日期?

Is it possible to configure current date for capybara-webkit driver?

我正在用 rspec 和水豚测试日期选择器,一些日期被禁用,我认为使用固定测试日期会更容易。

使用固定日期分为服务器端和浏览器端。对于服务器端,您可以使用 Timecop to set the date you want the server to think it is. On the browser side you can use something like Sinon.JS - There's an article here 来讨论如何设置您的布局以在您使用 timecop 的测试中自动包含 sinon —— 这篇文章是很久以前的,但应该足够接近了。