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

Version Path
lentil-1.0.5 test/unit/lentil/license_test.rb
lentil-1.0.4 test/unit/lentil/license_test.rb
lentil-1.0.3 test/unit/lentil/license_test.rb
lentil-1.0.2 test/unit/lentil/license_test.rb
lentil-1.0.1 test/unit/lentil/license_test.rb
lentil-1.0.0 test/unit/lentil/license_test.rb
lentil-0.9.1 test/unit/lentil/license_test.rb
lentil-0.9.0 test/unit/lentil/license_test.rb
lentil-0.8.0 test/unit/lentil/license_test.rb
lentil-0.7.1 test/unit/lentil/license_test.rb
lentil-0.6.0 test/unit/lentil/license_test.rb
lentil-0.5.2 test/unit/lentil/license_test.rb
lentil-0.5.1 test/unit/lentil/license_test.rb
lentil-0.5.0 test/unit/lentil/license_test.rb
lentil-0.4.2 test/unit/lentil/license_test.rb
lentil-0.4.0 test/unit/lentil/license_test.rb
lentil-0.3.1 test/unit/lentil/license_test.rb
lentil-0.3.0 test/unit/lentil/license_test.rb
lentil-0.2.3 test/unit/lentil/license_test.rb
lentil-0.2.2 test/unit/lentil/license_test.rb