Sha256: 8aa455c7bca7b7610d9bbf92a852fad9e25c7dea4ae067db9d51d2c3a431c6cc
Contents?: true
Size: 195 Bytes
Versions: 2
Compression:
Stored size: 195 Bytes
Contents
require "test_helper" class HmtAssemblyTest < ActiveSupport::TestCase def hmt_assembly @hmt_assembly ||= HmtAssembly.new end def test_valid assert hmt_assembly.valid? end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
poly_belongs_to-1.0.0 | test/dummy/test/models/hmt_assembly_test.rb |
poly_belongs_to-0.3.0 | test/dummy/test/models/hmt_assembly_test.rb |