Sha256: aae5d61d4538bc417ee08238b36b56feb7403aa58288588f8f95ef26af4b1a26
Contents?: true
Size: 327 Bytes
Versions: 15
Compression:
Stored size: 327 Bytes
Contents
# This calls the main test_helper in Foreman-core require 'simplecov' SimpleCov.start do add_filter '/test/' add_group 'App', 'app' add_group 'Lib', 'lib' end require 'test_helper' # Add plugin to FactoryBot's paths FactoryBot.definition_file_paths << File.join(File.dirname(__FILE__), 'factories') FactoryBot.reload
Version data entries
15 entries across 15 versions & 2 rubygems