Skip to content

Commit

Permalink
Updated the navigation rendering cuke test to stop throwing a depreca…
Browse files Browse the repository at this point in the history
…tion warning.
  • Loading branch information
SamWhited authored and saturnflyer committed Mar 5, 2012
1 parent f4beef9 commit 1bcb2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/navigation_rendering.feature
Expand Up @@ -9,7 +9,7 @@ Feature: Rendering the navigation tag
And I follow "Main"
And I fill in the "layout_content" content with the text
"""
<r:navigation urls="First: /first | Another: /another | Parent: /parent">
<r:navigation paths="First: /first | Another: /another | Parent: /parent">
<r:normal><a href="<r:path />"><r:title /></a></r:normal>
<r:here><strong><r:title /></strong></r:here>
<r:selected><strong><a href="<r:path />"><r:title /></a></strong></r:selected>
Expand Down

0 comments on commit 1bcb2b1

Please sign in to comment.