Sha256: 85a0a2c24eb094530fbeedf31e29a9155bdcc5a806ce0ad36ac5d0314b79895a
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
package <%= Configuration.full_models_package %>; import static org.junit.Assert.assertNotNull; import org.junit.Test; public class <%= test_class_name %> { @Test public void fakeTest() { assertNotNull("test something real", new <%= class_name %>()); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
springmvc-scaffold-1.0.1 | lib/springmvc-scaffold/generators/scaffold/model/templates/model_test.erb |