FogBugz #75: start sending notification mails for birthdays in the next 7 days.
This commit is contained in:
parent
42b29f5260
commit
6f333f76b7
8 changed files with 60 additions and 11 deletions
8
test/functional/user_mailer_test.rb
Normal file
8
test/functional/user_mailer_test.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
require 'test_helper'
|
||||
|
||||
class UserMailerTest < ActionMailer::TestCase
|
||||
# replace this with your real tests
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue