mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Don't use test_erb when it's not necessary.
This commit is contained in:
parent
031c530bbd
commit
ebf6cd6548
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ HTML
|
|||
end
|
||||
|
||||
def test_style_to_css_filter
|
||||
assert_equal(<<HAML.rstrip, render_erb(<<HTML))
|
||||
assert_equal(<<HAML.rstrip, render(<<HTML))
|
||||
:css
|
||||
foo {
|
||||
bar: baz;
|
||||
|
|
Loading…
Reference in a new issue