1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Silence a silly warning in tests

In Rails < 4.0 this variable is initialized but unused
This commit is contained in:
Norman Clarke 2013-03-03 18:27:29 -08:00
parent 4516e9de42
commit 8ae040b131

View file

@ -1,3 +1,4 @@
- defined?(text_area_helper) and nil # silence a warning
.foo .foo
.bar .bar
= text_area :post, :body = text_area :post, :body