8 lines
155 B
Ruby
8 lines
155 B
Ruby
require 'test_helper'
|
|
|
|
class UserMailerTest < ActionMailer::TestCase
|
|
# replace this with your real tests
|
|
test "the truth" do
|
|
assert true
|
|
end
|
|
end
|