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
1 changed files with 2 additions and 1 deletions

View File

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