instiki/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb
2007-01-22 07:43:50 -06:00

9 lines
154 B
Ruby

require 'test/unit'
class <%= class_name %>Test < Test::Unit::TestCase
# Replace this with your real tests.
def test_this_plugin
flunk
end
end