webrat/lib/webrat
Mike Gaffney 8d9d907e73 have_tag is built into rails and rspec and we don't want to overload those.
Please use assert_contain or assert_select
Revert "Make have_tag work in rails as well as Merb"

This reverts commit 6e7609e01c.
2009-01-24 13:01:41 -06:00
..
core have_tag is built into rails and rspec and we don't want to overload those. 2009-01-24 13:01:41 -06:00
core_extensions Deprecating old style methods 2008-11-24 23:55:39 -05:00
selenium Adding rescue from Webrat::TimeoutError in selenium matchers which allows NegativeMatchers to behave correctly 2009-01-24 01:44:05 -05:00
core.rb updated from master 2008-12-27 17:22:51 -06:00
mechanize.rb updated from master 2008-12-27 17:22:51 -06:00
merb.rb Temporary shim to support Merb's require statement for Webrat 2009-01-18 16:20:58 -05:00
merb_session.rb Temporary shim to support Merb's require statement for Webrat 2009-01-18 16:20:58 -05:00
rack.rb Sets the Webrat mode with Configuration#mode= in the config block 2008-12-25 23:07:10 -05:00
rails.rb Fixed issue where webrat was only using relative paths when making requests for Rails apps. This borked Rails apps that use subdomains [John Hwang/Zach Dennis] 2009-01-20 21:48:48 -05:00
rspec-rails.rb Added auto-waiting #contain and #have_selector matchers for Selenium 2008-12-02 21:55:09 -05:00
selenium.rb cleanup and tests closes LH #82 2009-01-23 16:05:33 -06:00
sinatra.rb sinatra 0.9 support 2009-01-19 23:51:01 +01:00