Method: Cucumber::Rake::Task::ForkedCucumberRunner#load_path

Defined in:
lib/cucumber/rake/task.rb

#load_pathObject



62
63
64
# File 'lib/cucumber/rake/task.rb', line 62

def load_path
  [format('"%<path>s"', path: @libs.join(File::PATH_SEPARATOR))]
end