FogBugz #75: start sending notification mails for birthdays in the next 7 days.

This commit is contained in:
Roland Jesse 2012-01-11 23:47:30 +01:00
parent 42b29f5260
commit 6f333f76b7
8 changed files with 60 additions and 11 deletions

View 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