link to correct TimeCop repo

This commit is contained in:
Jamie Macey 2012-11-27 22:49:08 -08:00
parent 6e6702858d
commit ab754ab7d2
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ additional info about how the underlying driver can be configured.
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 gems which allow you to travel in time, rather than freeze time.
One such gem is [Timecop](http://github.com/jtrupiano/timecop).
One such gem is [Timecop](http://github.com/travisjeffery/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`