webrat/lib/webrat
Simon Rozet 90baf3311c Sinatra now provides sensible options for testing
In the lastest release, 0.9.1:

* Set sensible defaults on Default for test env [1]
  5a33a9586f

* Set :environment to :test in TestHarness
  9af37724e0

* Set :environment to :test when Sinatra::Test is included
  93b19a3492

[1] Only Sinatra::Default provides special options for testing. If you subclass
    Sinatra::Base, you'll have to set them yourself.

foo
2009-03-08 23:41:34 +01:00
..
core Merge branch 'master' into atmos 2009-02-27 20:41:05 -05:00
core_extensions Removing HashWithIndifferentAccess 2009-02-09 00:13:41 -05:00
selenium Merge branch 'master' into atmos 2009-02-27 20:41: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_session.rb Removing HashWithIndifferentAccess 2009-02-09 00:13:41 -05:00
merb.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 small doc fixup to explain how to use different application frameworks with selenium 2009-02-23 14:21:42 -07:00
sinatra.rb Sinatra now provides sensible options for testing 2009-03-08 23:41:34 +01:00