require 'test_helper' class Rtml::Widgets::<%=class_name%>Test < ActiveSupport::TestCase def setup @doc = Rtml::Document.new @doc.setup_default_document end # add your own tests here test "should be able to handle the truth" do assert true end end