require 'test/unit' class Awesomeness < Test::Unit::TestCase # Replace this with your real tests. def test_this_plugin flunk 'the plugin is awesome, but the tests are not.' end end