price-point-api/test/models/user_test.rb
2026-05-30 17:54:26 +03:00

23 lines
482 B
Ruby

# == Schema Information
#
# Table name: users
#
# id :bigint not null, primary key
# email :string
# name :string
# password_digest :string
# role :integer
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#
# index_users_on_email (email) UNIQUE
#
require "test_helper"
class UserTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end