Module: NavigationHelpers

Defined in:
lib/dkdeploy/cucumber/support/path.rb

Overview

Navigation helper module for cucumber steps

Instance Method Summary collapse

Instance Method Details

#path_to(path) ⇒ String

Mapping for path names to real remote path

Parameters:

Returns:



10
11
12
# File 'lib/dkdeploy/cucumber/support/path.rb', line 10

def path_to(path)
  path
end