# I've been testing this with some files I haven't included # here, because they're part of an app into which I have # installed the plugin. require 'test/unit' class AddDownsTest < Test::Unit::TestCase # Replace this with your real tests. def test_this_plugin flunk end end