Top Level Namespace
Defined Under Namespace
Modules: Com, Corgibytes, Grpc
Constant Summary collapse
- Platform =
Corgibytes::Freshli::Commons::Platform
- TestServices =
Corgibytes::Freshli::Commons::TestServices
- GrpcClient =
Corgibytes::Freshli::Commons::GrpcClient
- Ports =
Corgibytes::Freshli::Commons::Ports
Instance Method Summary collapse
Instance Method Details
#expanded_paths_from(doc_string, project_path) ⇒ Object
52 53 54 55 56 57 58 59 60 |
# File 'lib/corgibytes/freshli/commons/step_definitions/grpc.rb', line 52 def (doc_string, project_path) result = [] doc_string.each_line do |file_path| result << Platform.normalize_file_separators( File.(File.join(aruba.config.home_directory, project_path, file_path.strip)) ) end result end |