Displaying 2 results from an estimated 2 matches for "on_progress".
Did you mean:
in_progress
2011 Sep 06
1
NETCON_secure_connect Error
..., 0x00000006, 0x00000018, 0x33fc04, 0x00000104, 0x33fb64, 0x33fe0c, 0x00000014, 0x33fb70) stub
fixme:mscoree:GetCORVersion (0x33fe0c, 20, 0x33fb70): semi-stub!
fixme:mscoree:CorExitProcess (1) stub
err:wininet:NETCON_secure_connect couldn't verify the security of the connection, 21
fixme:urlmon:on_progress OnProgress failed: 80004004
fixme:wininet:InternetLockRequestFile STUB
fixme:urlmon:on_progress OnProgress failed: 80004004
fixme:urlmon:on_progress OnProgress failed: 80004004
fixme:urlmon:on_progress OnProgress failed: 80004004
fixme:urlmon:on_progress OnProgress failed: 80004004
2012 Feb 23
2
testing around_save
I''ve just upgraded to Rails 3.2.1 and I can''t get my specs checking
whether or not around_save work anymore.
I simply did something like:
object.should_receive :around_filter_name
object.save.should be_true
(Actually, it was slightly more complex, it''s part of a state machine)