Sha256: e083f6b5e25e52f682eb895ea52b2cee5abfcac6a348cefdd31bb6f11a10d3ef
Contents?: true
Size: 375 Bytes
Versions: 46
Compression:
Stored size: 375 Bytes
Contents
# == Schema Information # # Table name: contacts # # id :integer not null, primary key # name :string # email :string # message :text # created_at :datetime not null # updated_at :datetime not null # require 'test_helper' class ContactTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end
Version data entries
46 entries across 46 versions & 2 rubygems