Sha256: 77974dcad2a2e5c86734fe3e0baa5c2c1217fefeaea278830099478e63888db6
Contents?: true
Size: 387 Bytes
Versions: 9
Compression:
Stored size: 387 Bytes
Contents
FactoryBot.define do # Define your Spree extensions Factories within this file to enable applications, and other extensions to use and override them. # # Example adding this to your spec_helper will load these Factories for use: # require 'spree_mollie_gateway/factories' Dir[Dir.pwd + '/spec/factories/**/*'].each do |factory| require File.expand_path(factory) end end
Version data entries
9 entries across 9 versions & 1 rubygems