README.rdoc in dbrady-webrat-0.4.4.1 vs README.rdoc in dbrady-webrat-0.4.4.2

- old
+ new

@@ -9,10 +9,22 @@ == Description Webrat lets you quickly write expressive and robust acceptance tests for a Ruby web application. +== NOTA BENE: About the dbrady fork + +This fork includes a patch that fixes Sinatra cookies so cucumber can +test cookie-based sessions. In all other regards, it is a tracking +fork of brynary's webrat. Once this patch (which has been pending +since February 2009, hem-HEM!) has been merged into core Sinatra, I +will pull down this fork. + +Also, adds webrat/rack_test.rb to the gemspec so the file gets +installed. This is needed if you want your hancock specs to pass. +(http://github.com/atmos/hancock). + == Features * Browser Simulator for expressive, high level acceptance testing without the performance hit and browser dependency of Selenium or Watir (See Webrat::Session) * Use the same API for Browser Simulator and real Selenium tests using @@ -80,6 +92,6 @@ - Many other contributors. See attributions in History.txt == License Copyright (c) 2007-2008 Bryan Helmkamp, Seth Fitzsimmons. -See MIT-LICENSE.txt in this directory. \ No newline at end of file +See MIT-LICENSE.txt in this directory.