Sha256: 01a5b28a28776998be8700dc485388074722fb8efe098689a1864c40e9938242

Contents?: true

Size: 449 Bytes

Versions: 7

Compression:

Stored size: 449 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

require 'simplecov'

# SimpleCov.minimum_coverage 95
SimpleCov.start

# This module is only used to check the environment is currently a testing env
module SpecHelper
end

require 'fastlane' # to import the Action super class
require 'fastlane/plugin/simctl' # import the actual plugin

Fastlane.load_actions # load other actions (in case your plugin calls other actions or shared values)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simctl-1.6.10 fastlane-plugin-simctl/spec/spec_helper.rb
simctl-1.6.8 fastlane-plugin-simctl/spec/spec_helper.rb
simctl-1.6.7 fastlane-plugin-simctl/spec/spec_helper.rb
simctl-1.6.6 fastlane-plugin-simctl/spec/spec_helper.rb
simctl-1.6.5 fastlane-plugin-simctl/spec/spec_helper.rb
simctl-1.6.4 fastlane-plugin-simctl/spec/spec_helper.rb
simctl-1.6.3 fastlane-plugin-simctl/spec/spec_helper.rb