Not quite sure what you mean - the error is coming from a call to form_authenticity_token. Between the commit I just added and the one in c9d55cf66b5b9c8dfe6dfd8fc975b146572e7db5 (included in 0.8.5), both of the places that Hobo calls form_authenticity_token are checked. As long as config.action_controller.allow_forgery_protection is set to false in the test environment (as it is by default), everything should work OK...
Worst case, drop a call to the debugger in request_forgery_protection.rb, around line 115 (which raises the error) and check where the call is coming from... I'm kinda stumped. --Matt On Dec 29, 2008, at 7:46 PM, Tiago Franco wrote: > > The problem persists. > > The variable affected in test.rb is: > > config.action_controller.allow_forgery_protection > > TF > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
