RubyFlow The Ruby and Rails community linklog

An Introduction to MiniTest::Spec

MiniTest is in the Ruby 1.9 standard library and its MiniTest::Spec sub-library provides an elegant and quick way to do spec-style testing. I’ve written a brief introduction to MiniTest::Spec on Ruby Inside so you can quickly give it a try for yourself. (On Ruby 1.8, just do gem install minitest)

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in