Improve test coverage
This commit is contained in:
parent
f8f921e09d
commit
f04211b172
16 changed files with 174 additions and 44 deletions
|
@ -18,6 +18,7 @@ module GeocoderHelper
|
|||
html << result[:prefix] if result[:prefix]
|
||||
html << " " if result[:prefix] && result[:name]
|
||||
html << link_to(result[:name], url, html_options) if result[:name]
|
||||
html << " " if result[:suffix] && result[:name]
|
||||
html << result[:suffix] if result[:suffix]
|
||||
html.html_safe
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue