search for: marketsummaryworkertest

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

2006 Dec 06
0
Testing your workers
...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?(DRbUndumped) end end Throws error: ------------ /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing'...