Sha256: 72c33646e78bd0648ae690ea98799f2dd5da2278294237cd68701de8c58a17bb
Contents?: true
Size: 537 Bytes
Versions: 32
Compression:
Stored size: 537 Bytes
Contents
# == Schema Information # # Table name: lentil_tagsets # # id :integer not null, primary key # title :string(255) # description :text # created_at :datetime not null # updated_at :datetime not null # harvest :boolean default(FALSE) # require 'test_helper' class TagsetTest < ActiveSupport::TestCase # test "the truth" do # assert true # end test "Tagset should have a tag" do assert_equal lentil_tags(:one).name, lentil_tagsets(:one).tags.first.name end end
Version data entries
32 entries across 32 versions & 1 rubygems