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:
parent
4516e9de42
commit
8ae040b131
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue