Displaying 1 result from an estimated 1 matches for "market_summary_work".
Did you mean:
market_summary_worker
2006 Dec 06
0
Testing your workers
This has been asked before, never well attended perhaps.
Any thoughts on testing your workers?
Current implementation is broken. An empty test case like this:
require File.dirname(__FILE__) + ''/../test_helper''
require "#{RAILS_ROOT}/lib/workers/market_summary_worker"
require "#{RAILS_ROOT}/vendor/plugins/backgroundrb/lib/backgroundrb.rb"
require ''drb''
class MarketSummaryWorkerTest < Test::Unit::TestCase
# Replace this with your real tests.
def test_truth
assert MarketSummaryWorker.included_modules.include?(DRbUnd...