Skip to content

Commit

Permalink
Fix a failing mailer test.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedarkone authored and josh committed Feb 20, 2009
1 parent 69c049f commit 6bf9b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/test/mail_service_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ def test_starttls_is_not_enabled

class InheritableTemplateRootTest < Test::Unit::TestCase
def test_attr
expected = ("#{File.dirname(__FILE__)}/fixtures/path.with.dots").sub(/\.\//, '')
expected = "#{File.dirname(__FILE__)}/fixtures/path.with.dots"
assert_equal expected, FunkyPathMailer.template_root.to_s

sub = Class.new(FunkyPathMailer)
Expand Down

0 comments on commit 6bf9b69

Please sign in to comment.