Sha256: feca45041bc7ff9f9083e3e0d4f12c811c0354745466b3cf1a479e9f8a3c7ce1
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper' require '<%= file_path %>_adaptor' class <%= class_name %>AdaptorTest < Test::Unit::TestCase fixtures :<%= table_name %> def setup @adaptor = <%= class_name %>Adaptor.new end # Replace this with your real tests. def test_truth assert true end end
Version data entries
2 entries across 2 versions & 1 rubygems