Sha256: 7ecd28a9359b579546e42c15d76e396b1ac0be68ee83da890c3ffa203ec60fb1

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

module SpreeMollieGateway::Factories; end
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

2 entries across 2 versions & 1 rubygems

Version Path
spree_mollie_gateway-4.0.1 lib/spree_mollie_gateway/factories.rb
spree_mollie_gateway-4.0.0 lib/spree_mollie_gateway/factories.rb