Jeremy Burks
300880db2f
get webrat+cucumber+merb working
...
i put this in env.rb
require 'webrat'
World do
w = Object.new
w.extend(Merb::Test::ViewHelper)
w.extend(Merb::Test::RouteHelper)
w.extend(Merb::Test::ControllerHelper)
w.extend(Webrat::MerbTest)
end
2008-10-05 22:05:01 -05:00
Gwyn Morfey
2855b4382f
Implemented Merb's magic exception handling in tests. This could be more robust.
2008-04-23 14:33:05 +01:00
Gwyn Morfey
580a301984
Make sure that PUTS and DELETES are handled correctly in merb
2008-04-23 10:41:34 +01:00
Gwyn Morfey
c967a02ca0
All tests pass in merb
2008-04-18 16:39:28 +01:00
Gwyn Morfey
f74037e4da
Preserve cookies, so that we don't lose the session between requests. Make sure you are using the memory session store.
2008-04-16 17:12:31 +01:00
Gwyn Morfey
04261e66d8
Added missing post_via_redirect
2008-04-16 15:37:47 +01:00
Gwyn Morfey
cdafd2ec0f
Added Merb support.
2008-04-16 10:54:37 +01:00