search for: backgroundrb_mock

Displaying 2 results from an estimated 2 matches for "backgroundrb_mock".

Did you mean: backgroundrb_mocker
2007 Apr 04
2
unit tests?
Ezra et al: I have this problem: http://rubyforge.org/pipermail/backgroundrb-devel/2006-December/000578.html Any progress on it? Or are unit tests simply impossible for now? -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!
2008 Mar 28
5
Upgrading from older version - how?
...erence between Middleman.worker(:my_worker, key).ask_status and using the nonexistent method Middleman.worker(:my_worker, key).mumbo_jumbo - they both return nil. I understand that is related to one way invocation (asynch) but this just too loose and easy to mixup things. 3) Unit testing - we used backgroundrb_mock.rb that mocks new_worker and other framework api that manage the creation of workers, so testing was simple as testing any other Rails classes. This is actually pretty big one for us. 4) No RDoc - older version has RDoc. 5) ./script/background start | stop are unreliable. Stop throws if the pid...