Sha256: 6b28748ab28a5e736c914dc42fcdb7301934807630236c3744c36aa1324a8f25

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 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 '<%= require_path %>' # import the actual plugin

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/plugins/template/spec/spec_helper.rb.erb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/plugins/template/spec/spec_helper.rb.erb