Sha256: dfa5b3ade577916ad245eed3c59129142e5d6ac77205ef35d48fbeea67fa0524
Contents?: true
Size: 639 Bytes
Versions: 9
Compression:
Stored size: 639 Bytes
Contents
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper' class <%= class_name %>Test < Test::Unit::TestCase # Replace this with your real tests. def test_truth assert true end # assert messages with unexpected parts are detected #def test_not_parsed # assert_parsed :<%= file_name %> # assert_not_parsed :<%= file_name %>_with_unknown_element # assert_not_parsed :<%= file_name %>_with_unknown_attribute #end # assert message passes our validations #def test_validates # assert_validates :<%= file_name %> # assert_not_validates :<%= file_name %>_without_gid #end end
Version data entries
9 entries across 9 versions & 1 rubygems