Method: Cucumber::Runtime::SupportCode#load_files_from_paths
- Defined in:
- lib/cucumber/runtime/support_code.rb
#load_files_from_paths(paths) ⇒ Object
88 89 90 91 |
# File 'lib/cucumber/runtime/support_code.rb', line 88 def load_files_from_paths(paths) files = paths.map { |path| Dir["#{path}/**/*"] }.flatten load_files! files end |