public
Description: Test::Unit support for Spork
Homepage:
Clone URL: git://github.com/timcharper/spork-testunit.git
timcharper (author)
Sat Sep 12 00:19:47 -0700 2009
commit  f5b4f86b9fa3b00f862545358e6f35a70174041c
tree    93a21954f798073c999bf760440cfdc3b2594576
parent  30e1d762564a57633c84a809a88f3cb5d40adc9d
name age message
file .gitignore Fri Sep 11 23:57:37 -0700 2009 gemify [timcharper]
file README.textile Sat Sep 12 00:05:14 -0700 2009 readme [timcharper]
file Rakefile Sat Sep 12 00:19:27 -0700 2009 adds spork 0.6.0 dependency to spork [timcharper]
directory bin/ Fri Sep 11 19:59:25 -0700 2009 working spork drb client for test unit [timcharper]
directory lib/ Sat Sep 12 00:30:27 -0700 2009 force the STDOUT constant to get the TestUnit r... [timcharper]
file spork-testunit.gemspec Sat Sep 12 00:30:27 -0700 2009 version 0.0.2 [timcharper]
file version.yml Sat Sep 12 00:30:27 -0700 2009 version 0.0.2 [timcharper]
README.textile

Test::Unit support for Spork

This includes a plugin for spork to enable Test::Unit support for spork. It also comes with a very bare-bones drb client to run tests.

To use it, install the gem, then fire up spork in your project directory (the file test/test_helper.rb must exist to detect that Test::Unit is being used).

Then, once spork is running, invoke `testdrb test/your_test.rb` to run your tests under Spork.