Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step Definitions create links based on YARD references (e.g. links to classes and methods) #42

Open
burtlo opened this issue Jan 16, 2013 · 0 comments
Labels

Comments

@burtlo
Copy link
Owner

burtlo commented Jan 16, 2013

Another feature request is to support references to other part of
documentation, which are cucumber helpers, defined somewhere in the
project, but documentation is generated together with cucumber.

# Function creates object
# @see NS::MyCustomHelper::rest#do_create
#
# also via yardoc reference style:
#
# For details look at {NS::MyCustomHelper::rest#do_create}
#
Given /I create something via rest api/ do
$helper.rest.do_create
end
  • both tags are supported directly by yardoc.
  • currently, there is only warn message and no output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant