Sha256: 75410e27e7fa763b8c028e902ae3128d9d01d008b6888261e5886307fe32b249
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
require "test_helper" class BigCompanyTest < ActiveSupport::TestCase def big_company @big_company ||= BigCompany.new end def test_valid assert big_company.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/big_company_test.rb |
poly_belongs_to-0.3.0 | test/dummy/test/models/big_company_test.rb |