Skip to content

Commit

Permalink
don't set @expected.date in generated mailer test
Browse files Browse the repository at this point in the history
Signed-off-by: Mikel Lindsaar <raasdnil@gmail.com>
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
dchelimsky authored and josevalim committed Feb 22, 2010
1 parent 6fa2bbf commit a6684ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class <%= class_name %>Test < ActionMailer::TestCase
@expected.to = "to@example.org" @expected.to = "to@example.org"
@expected.from = "from@example.com" @expected.from = "from@example.com"
@expected.body = read_fixture("<%= action %>") @expected.body = read_fixture("<%= action %>")
@expected.date = Time.now
assert_equal @expected, <%= class_name %>.<%= action %> assert_equal @expected, <%= class_name %>.<%= action %>
end end
Expand Down

0 comments on commit a6684ee

Please sign in to comment.