Testing without RSpec

Are there any good tutorials on testing a Rails app WITHOUT the aid of RSpec? Testing at railstutorial.org revolves around RSpec. However, I need to learn about testing (such as unit testing and frame testing) WITHOUT RSpec so that I can contribute to projects that don’t use it.

Rails comes with Test Unit…Ruby on Rails Guides: A Guide to Testing Rails Applications