Module: NavigationHelpers
- Defined in:
- lib/dkdeploy/cucumber/support/path.rb
Overview
Navigation helper module for cucumber steps
Instance Method Summary collapse
-
#path_to(path) ⇒ String
Mapping for path names to real remote path.
Instance Method Details
#path_to(path) ⇒ String
Mapping for path names to real remote path
10 11 12 |
# File 'lib/dkdeploy/cucumber/support/path.rb', line 10 def path_to(path) path end |