Sha256: bba7f4a627e97f3003785d2f24271390a3b7f4dfcb0bd92cc905e6bb913ac633
Contents?: true
Size: 387 Bytes
Versions: 24
Compression:
Stored size: 387 Bytes
Contents
# frozen_string_literal: true 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' # use local fixture for tests CfnDsl.specification_file CfnDsl::LOCAL_SPEC_FILE require 'cfndsl' Dir[File.expand_path('support/**/*.rb', __dir__)].sort.each { |f| require f }
Version data entries
24 entries across 24 versions & 1 rubygems