Fix a failing mailer test.

This commit is contained in:
thedarkone 2009-02-20 18:14:18 +01:00 committed by Joshua Peek
parent 69c049f5ab
commit 6bf9b69bde
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ end
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)