Sha256: 9bd05e07c295fbe771ab9f869c8453d7cee9dbcbeb0929c1719aa568cb67da3a
Contents?: true
Size: 454 Bytes
Versions: 1
Compression:
Stored size: 454 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/testintask' # import the actual plugin Fastlane.load_actions # load other actions (in case your plugin calls other actions or shared values)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
testin-0.1.0 | fastlane-plugin-testintask/spec/spec_helper.rb |