price-point-api/test/models/chain_test.rb
Mohammad Kanaan 22c7e0cdb6
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
annotate models
2026-05-25 19:15:06 +03:00

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