This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When a line includes a {...} style link, and the link text contains spaces, and the paragraph that the link is in contains more than 75 characters, the hyperlink does not get generated correctly (and instead, the raw {...} expression is displayed in the YARD output). | |
LINK WORKS: | |
If you make changes that you'd like to share, push them into your Kelp fork, | |
then {http://github.com/wapcaplet/kelp/pulls submit} a pull request. | |
LINK DOESN'T WORK: | |
If you make changes that you'd like to share, push them into your Kelp fork, | |
then {http://github.com/wapcaplet/kelp/pulls submit a pull request}. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
features/support/helpers/admin_helper.rb: | |
module AdminHelper | |
def create_admin_user(whatever) | |
# ... | |
end | |
end | |
World(AdminHelper) | |
features/support/custom_env.rb: |
NewerOlder