Sha256: 2491f21fcf263509e8067814b602eead74c3a60d1007b8579065677cfde56afb
Contents?: true
Size: 435 Bytes
Versions: 14
Compression:
Stored size: 435 Bytes
Contents
# == Schema Information # # Table name: lentil_tags # # id :integer not null, primary key # name :string(255) # created_at :datetime not null # updated_at :datetime not null # require 'test_helper' class TagTest < ActiveSupport::TestCase # test "the truth" do # assert true # end test "Tag should have an image" do assert lentil_tags(:hunttesting).images.count > 0 end end
Version data entries
14 entries across 14 versions & 1 rubygems