Sha256: 218083db29115be6ad58b5df99d0fe85c1947f6c992900fdefb7755b9a7dfd58
Contents?: true
Size: 272 Bytes
Versions: 10
Compression:
Stored size: 272 Bytes
Contents
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
Version data entries
10 entries across 5 versions & 1 rubygems