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

Version Path
pantograph-0.1.22 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.21 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.20 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.19 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.17 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.16 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.15 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.14 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.13 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.12 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.10 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.8 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.7 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.6 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.4 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.3 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.1 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb
pantograph-0.1.0 pantograph/lib/pantograph/plugins/template/spec/spec_helper.rb.erb