16 lines
328 B
Ruby
16 lines
328 B
Ruby
# == Schema Information
|
|
#
|
|
# Table name: chains
|
|
#
|
|
# id :bigint not null, primary key
|
|
# name :string
|
|
# created_at :datetime not null
|
|
# updated_at :datetime not null
|
|
#
|
|
require "test_helper"
|
|
|
|
class ChainTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|