Sha256: 5265ef95f402fd62a2e1992f0eced0babde6568f19caa5502053cebdc2f211b2
Contents?: true
Size: 284 Bytes
Versions: 8
Compression:
Stored size: 284 Bytes
Contents
# frozen_string_literal: true require 'factory_bot' require_relative 'file_helpers' FactoryBot::SyntaxRunner.include Support::FileHelpers RSpec.configure do |config| config.include FactoryBot::Syntax::Methods config.before(:suite) do FactoryBot.find_definitions end end
Version data entries
8 entries across 8 versions & 1 rubygems