mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00: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
|