Skip to content

Commit

Permalink
timecop is a gem not a plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Arondekar committed Feb 10, 2012
1 parent 020ccf0 commit 1034c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1034c64

Please sign in to comment.