This commit is contained in:
Bryan Helmkamp 2009-08-19 23:44:33 -04:00
parent 723f4356b9
commit 755abb7e07
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ REMOVED: Support for Hpricot + REXML as an alternative to Nokogiri.
that Nokogiri works on JRuby, Webrat is going to use it as it's sole
XML backend.
CHANGED: Due to a reorganization, if you're currently requiring "webrat/rspec-rails",
please change your code to require "webrat/integrations/rspec-rails"
* Minor enhancements
* Update the Merb support to be based directly on Rack (Simon Rozet)