search for: validatescaptcha

Displaying 1 result from an estimated 1 matches for "validatescaptcha".

Did you mean: validates_captcha
2010 Mar 01
0
stubbing CAPTCHA to pass Cucumber scenario
...e login, logout scenarious, but stumbled in CAPTCHA validation on user registration page. As I get I should stub CAPTCHA validation method. I guess I should implement stubbing Given step or include stubbing code in Before filter? I use validates_captcha gem, thus instance method to stub is module ValidatesCaptcha module ModelValidation module InstanceMethods private def validate_captcha # doing nothing means passing end end end end I''ve read these posts http://vinsol.com/blog/2006/07/21/rails-captcha-and-testing-using-mock-objects/ http://www.brynary.com/2009/...