Sha256: 8ceddff32792bdac07679a0c91ed28742e805892d7c0c59f7c5529ef04b563b0
Contents?: true
Size: 525 Bytes
Versions: 7
Compression:
Stored size: 525 Bytes
Contents
require 'aruba/rspec' if ENV['CFNDSL_COV'] require 'simplecov' SimpleCov.start do add_group 'Code', 'lib' add_group 'Test', 'spec' end end require 'cfndsl/globals' CfnDsl.specification_file File.expand_path('../../lib/cfndsl/aws/resource_specification.json', __FILE__) # use local fixture for tests require 'cfndsl' require 'cfnlego' bindir = File.expand_path('../../bin', __FILE__) ENV['PATH'] = [ENV['PATH'], bindir].join(':') Dir[File.expand_path('../support/**/*.rb', __FILE__)].each { |f| require f }
Version data entries
7 entries across 7 versions & 1 rubygems