Displaying 1 result from an estimated 1 matches for "market_summary_worker_test".
2006 Dec 06
0
Testing your workers
...ac_webfront/config/../lib/workers/market_summary_worker.rb:9
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require''
from test/unit/market_summary_worker_test.rb:2
----------------
So, I added couple of more files to the require and:
-------------------
require File.dirname(__FILE__) + ''/../test_helper''
BACKGROUNDRB_CODE = File.dirname(__FILE__) +
''/../../vendor/plugins/backgroundrb''
$LOAD_PATH << File.join(BA...