price-point-api/test/models/chain_test.rb

17 lines
328 B
Ruby
Raw Permalink Normal View History

2026-05-25 16:15:06 +00:00
# == Schema Information
#
# Table name: chains
#
# id :bigint not null, primary key
# name :string
# created_at :datetime not null
# updated_at :datetime not null
#
2026-05-17 11:12:43 +00:00
require "test_helper"
class ChainTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end