contactorama/test/functional/user_mailer_test.rb

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