Closed postmodern closed 12 years ago
Thanks, but I prefer to test with fork.
@sunaku could you add a note to the README on how to run tests? Never heard of fork before and usually expected a test
or spec
task.
The standard way of running tests in Ruby is:
ruby -Ilib:test test/the_file_you_want_to_run.rb
That's what rake test
does underneath, in a loop.
Added the Rake
test
task, to easily run the tests.