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 (
| 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.







