Sha256: 03e9d3f4c92a407b7caf293f09928160330bf20d10512b8f764210543929abed

Contents?: true

Size: 175 Bytes

Versions: 2

Compression:

Stored size: 175 Bytes

Contents

require "test_helper"

class HmtPartTest < ActiveSupport::TestCase

  def hmt_part
    @hmt_part ||= HmtPart.new
  end

  def test_valid
    assert hmt_part.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_part_test.rb
poly_belongs_to-0.3.0 test/dummy/test/models/hmt_part_test.rb