Skip to content

Instantly share code, notes, and snippets.

View wapcaplet's full-sized avatar

Eric Pierce wapcaplet

  • Society for Human Resource Management
  • Colorado Springs
View GitHub Profile
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}.
@wapcaplet
wapcaplet / gist:710877
Created November 22, 2010 22:53
Helpers in world not available from custom_env.rb
features/support/helpers/admin_helper.rb:
module AdminHelper
def create_admin_user(whatever)
# ...
end
end
World(AdminHelper)
features/support/custom_env.rb: