mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix a failing mailer test.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user