1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

timecop is a gem not a plugin

This commit is contained in:
Rohit Arondekar 2012-02-10 17:23:14 +05:30
parent 020ccf0cfe
commit 1034c6407d

View file

@ -789,8 +789,8 @@ additional info about how the underlying driver can be configured.
that depend on the current Date work as expected. This can be problematic,
since Capybara's Ajax timing uses the system time, resulting in Capybara
never timing out and just hanging when a failure occurs. It's still possible to
use plugins which allow you to travel in time, rather than freeze time.
One such plugin is [Timecop](http://github.com/jtrupiano/timecop).
use gems which allow you to travel in time, rather than freeze time.
One such gem is [Timecop](http://github.com/jtrupiano/timecop).
* When using Rack::Test, beware if attempting to visit absolute URLs. For
example, a session might not be shared between visits to `posts_path`