webrat/spec
Bryan Helmkamp fdb94f399c Allow multiple configuration blocks without dropping previous configuration.
If you really want to start with a default configuration use:

  Webrat.configure(Webrat::Configuration.new) do |config|
    ...
  end
2009-01-18 16:15:56 -05:00
..
fakes Refactor redirect handling as Merb response doesn't support the redirect? method. All integration specs now passing again. 2008-12-29 22:45:55 -05:00
integration Adding integration test for field_labeled 2009-01-17 17:13:20 -05:00
private Allow multiple configuration blocks without dropping previous configuration. 2009-01-18 16:15:56 -05:00
public Whitespace 2009-01-17 17:03:31 -05:00
rcov.opts Added prelimary support for fully qualified links starting with http:// or https://. Restored missing commits(???) 2008-05-04 04:15:36 -04:00
spec.opts spec.opts 2008-11-13 21:28:28 -05:00
spec_helper.rb Need test/unit to test assert functionality 2009-01-17 16:34:00 -05:00