From ab754ab7d25d365a6fb705254abbe52040fb824e Mon Sep 17 00:00:00 2001 From: Jamie Macey Date: Tue, 27 Nov 2012 22:49:08 -0800 Subject: [PATCH] link to correct TimeCop repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebd2bbda..3bafcf15 100644 --- a/README.md +++ b/README.md @@ -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`