budget/test/models/user_test.rb
Andrew Tomaka ba0343f6cb
All checks were successful
Ruby CI / test (pull_request) Successful in 24s
Generate scaffolding for user
2024-07-26 22:35:17 -04:00

7 lines
118 B
Ruby

require "test_helper"
class UserTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end