Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/trevorturk/capybara into …
Browse files Browse the repository at this point in the history
…trevorturk-master
  • Loading branch information
jnicklas committed Dec 10, 2010
2 parents ca5756f + 8c2a0d9 commit 78c5812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rdoc
Expand Up @@ -500,6 +500,12 @@ Gems can use this API to add their own drivers to Capybara.
use plugins which allow you to travel in time, rather than freeze time.
One such plugin 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 <tt>posts_path</tt>
and <tt>posts_url</tt>. If testing an absolute URL in an Action Mailer email,
set <tt>default_url_options</tt> to match the Rails default of
<tt>www.example.com</tt>.

== License:

(The MIT License)
Expand Down

0 comments on commit 78c5812

Please sign in to comment.