On Tue, Dec 9, 2008 at 1:32 AM, Jim Nicholson <[EMAIL PROTECTED]> wrote: > The only example for a worker test in the current distribution appears > to have been written using rspec. Is there an example of a worker test > that uses Test::Unit::TestCase? My project hasn't moved to rspec yet. >
Nooo, its test/spec and hence completely compatible with Test/Unit. Did you try porting same helper to a test/unit testcase? It should work. Also, we are using mocha. _______________________________________________ Backgroundrb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/backgroundrb-devel
