mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
8 lines
127 B
Ruby
8 lines
127 B
Ruby
|
require "test_helper"
|
||
|
|
||
|
class PasswordMailerTest < ActionMailer::TestCase
|
||
|
# test "the truth" do
|
||
|
# assert true
|
||
|
# end
|
||
|
end
|