This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit f5b4f86b9fa3b00f862545358e6f35a70174041c
tree 93a21954f798073c999bf760440cfdc3b2594576
parent 30e1d762564a57633c84a809a88f3cb5d40adc9d
tree 93a21954f798073c999bf760440cfdc3b2594576
parent 30e1d762564a57633c84a809a88f3cb5d40adc9d
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Sep 11 23:57:37 -0700 2009 | |
| |
README.textile | Sat Sep 12 00:05:14 -0700 2009 | |
| |
Rakefile | Sat Sep 12 00:19:27 -0700 2009 | |
| |
bin/ | Fri Sep 11 19:59:25 -0700 2009 | |
| |
lib/ | Sat Sep 12 00:30:27 -0700 2009 | |
| |
spork-testunit.gemspec | Sat Sep 12 00:30:27 -0700 2009 | |
| |
version.yml | Sat Sep 12 00:30:27 -0700 2009 |
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.







