undefined method `dbman’
Upgrading to a Rails app to 2.0 and seeing this error?
‘undefined method `dbman' for #<ActionController::TestSession
You need to add this line to config/environments/test.rb:
config.action_controller.allow_forgery_protection = false
Obvious to you, maybe, but not to me.