Class: Fastlane::Helper::HockeyDevicesHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/hockey_devices/helper/hockey_devices_helper.rb

Class Method Summary collapse

Class Method Details

.run_with_defaultsObject



4
5
6
7
8
9
10
11
12
13
# File 'lib/fastlane/plugin/hockey_devices/helper/hockey_devices_helper.rb', line 4

def self.run_with_defaults
  Fastlane::FastFile.new.parse("
    lane :test do
      hockey_devices(
        api_token: 'xu124huh123ug',
        public_identifier: 'as75a875fa8fas865f'
      )
    end
  ").runner.execute(:test)
end