Sha256: 9f6d3fe5a414ccd247c661323c39624bc249ae2ce08603106079ef388daae5dd

Contents?: true

Size: 157 Bytes

Versions: 2

Compression:

Stored size: 157 Bytes

Contents

require "test_helper"

class PartTest < ActiveSupport::TestCase

  def part
    @part ||= Part.new
  end

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