From 0351f30305826cc8907e30a96aabf2b77cb5c082 Mon Sep 17 00:00:00 2001 From: Ben Orenstein Date: Fri, 16 Sep 2011 12:44:38 -0300 Subject: [PATCH] Fix typo. --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 5a194f82..9b497a8e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -216,7 +216,7 @@ switch in the middle of a test. RackTest is Capybara's default driver. It is written in pure Ruby and does not have any support for executing JavaScript. Since the RackTest driver works -directly agains the Rack interface, it does not need any server to be started, +directly against the Rack interface, it does not need any server to be started, it can work directly work against any Rack app. 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. You cannot