Sha256: 0d253280a99beded0b0b4c7ba1b32fedf12f4bd42217089aef600cf534cf0bb5
Contents?: true
Size: 451 Bytes
Versions: 18
Compression:
Stored size: 451 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 'pantograph' # to import the Action super class require '<%= require_path %>' # import the actual plugin Pantograph.load_actions # load other actions (in case your plugin calls other actions or shared values)
Version data entries
18 entries across 18 versions & 1 rubygems