Sha256: efd1cb8eb565ac64c575a26c693d9dc19e3b460b83639747e1a3f7ebaf7e5cb4
Contents?: true
Size: 354 Bytes
Versions: 46
Compression:
Stored size: 354 Bytes
Contents
# == Schema Information # # Table name: comments # # id :integer not null, primary key # comment :text # user_id :integer # created_at :datetime not null # updated_at :datetime not null # require 'test_helper' class CommentTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end
Version data entries
46 entries across 46 versions & 2 rubygems