Skip to content

Commit

Permalink
Tweak README language re: RackTest and HTTP redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Lee committed Jul 17, 2012
1 parent b11bbe9 commit 5aa542f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,9 @@ directly with Rack interfaces, it does not require a server to be started.
However, this means that if your application is not a Rack application (Rails,
Sinatra and most other Ruby frameworks are Rack applications) then you cannot
use this driver. Furthermore, you cannot use the RackTest driver to test a
remote application, or to access remote URLs (e.g., HTTP redirects, external
APIs, or OAuth services) that your application might interact with.
remote application, or to access remote URLs (e.g., redirects to external
sites, external APIs, or OAuth services) that your application might interact
with.

[capybara-mechanize](https://github.com/jeroenvandijk/capybara-mechanize)
provides a similar driver that can access remote servers.
Expand Down

0 comments on commit 5aa542f

Please sign in to comment.