Module: Fastlane::RunTestsFirebaseTestlab

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

Constant Summary collapse

VERSION =
"0.3.2"

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the "actions" and "commands" directory



7
8
9
# File 'lib/fastlane/plugin/run_tests_firebase_testlab.rb', line 7

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