Module: Fastlane::MergeJunitReport

Defined in:
lib/fastlane/plugin/merge_junit_report.rb,
lib/fastlane/plugin/merge_junit_report/version.rb

Constant Summary collapse

VERSION =
'0.5.0'.freeze

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



9
10
11
# File 'lib/fastlane/plugin/merge_junit_report.rb', line 9

def self.all_classes
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
end