Sha256: db63656a3a252fd5a103a73e1730f0e7fd38f2954df6376c95b6a7f3cb99d8e2
Contents?: true
Size: 347 Bytes
Versions: 22
Compression:
Stored size: 347 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' 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
22 entries across 22 versions & 1 rubygems