1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #596 from snuggs/master

Grammatical error in README.md
This commit is contained in:
Jo Liss 2012-01-07 12:21:05 -08:00
commit 2a9a968d8b

View file

@ -248,7 +248,7 @@ switch in the middle of a test.
RackTest is Capybara's default driver. It is written in pure Ruby and does not 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 have any support for executing JavaScript. Since the RackTest driver works
directly against 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 it can work directly against any Rack app. This means that if your
application is not a Rack application (Rails, Sinatra and most other Ruby application is not a Rack application (Rails, Sinatra and most other Ruby
frameworks are Rack applications) then you cannot use this driver. You cannot frameworks are Rack applications) then you cannot use this driver. You cannot
use the RackTest driver to test a remote application. use the RackTest driver to test a remote application.