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