Method: Cucumber::Rake::Task::ForkedCucumberRunner#load_path
- Defined in:
- lib/cucumber/rake/task.rb
#load_path ⇒ Object
62 63 64 |
# File 'lib/cucumber/rake/task.rb', line 62 def load_path [format('"%<path>s"', path: @libs.join(File::PATH_SEPARATOR))] end |