Rename tests because of name clashes (same method name used twice)

This commit is contained in:
Florian Weingarten
2014-01-07 11:20:32 -05:00
parent be7bef4d0b
commit 9ec2b9da2d
4 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class OutputTest < Test::Unit::TestCase
assert_equal expected, Template.parse(text).render(@assigns, :filters => [FunnyFilter])
end
def test_variable_piping_with_args
def test_variable_piping_with_multiple_args
text = %! {{ car.gm | add_tag : 'span', 'bar'}} !
expected = %| <span id="bar">bad</span> |