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. = Jim Nicholson
On Tue, Dec 9, 2008 at 1:32 AM, Jim Nicholson <jnicholson at skarven.net> 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.