module ChefSpec::API::Link
def link_to(path)
-
(ChefSpec::Matchers::LinkToMatcher)
-
Parameters:
-
path
(String, Regex
) --
Other tags:
- Example: Using +link_to+ with a regular expression -
Example: Using +link_to+ with a String path -
def link_to(path) ChefSpec::Matchers::LinkToMatcher.new(path) end