Sha256: 315c42bd058c5669643a3f9bcb7fea24512ff80cdf5420431944369274353ccb
Contents?: true
Size: 635 Bytes
Versions: 9
Compression:
Stored size: 635 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 the message is defined correctly comparing the initial xml # from the fixture with the xml obtained from the Adaptation::Message # object created with that fixture #def test_not_parsed # assert_parsed :<%= file_name %> #end # assert message passes our validations #def test_validates # assert_validates :<%= file_name %> # assert_not_validates :<%= file_name %>_incorrect #end end
Version data entries
9 entries across 9 versions & 1 rubygems