Sha256: 2ab9fb5b401f1626d64314e5f630498e1e85af38db0c227fd5f8ef41f1593d95
Contents?: true
Size: 426 Bytes
Versions: 32
Compression:
Stored size: 426 Bytes
Contents
# == Schema Information # # Table name: lentil_licenses # # id :integer not null, primary key # name :string(255) # description :text # url :string(255) # created_at :datetime not null # updated_at :datetime not null # short_name :string(255) # require 'test_helper' class LicenseTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end
Version data entries
32 entries across 32 versions & 1 rubygems