Remove unused variable

This commit is contained in:
Norman Clarke 2012-05-29 00:09:33 -03:00
parent a148068b25
commit 0ba686e9c8
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ MESSAGE
end
def test_ruby_code_should_work_inside_attributes
author = 'hcatlin'
assert_equal("<p class='3'>foo</p>", render("%p{:class => 1+2} foo").chomp)
end