Skip to content

Commit

Permalink
make test case more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
snatchev committed Feb 14, 2014
1 parent e94258d commit 775fafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/erb_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_erb_in_html_escaped_attribute
render_erb('<div class="<%= "foo" %>">Bang!</div>')
end

def test_erb_in_html_escaped_attribute
def test_erb_in_html_escaped_attribute_with_symbol
assert_equal '%div{:class => :foo} Bang!',
render_erb('<div class="<%= :foo %>">Bang!</div>')
end
Expand Down

0 comments on commit 775fafc

Please sign in to comment.