Sha256: 26653f2b3e3fca0db80b6e6f8e50ee2eec9ca90571d8bd38cf896f874a7350e5
Contents?: true
Size: 381 Bytes
Versions: 4
Compression:
Stored size: 381 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_razorpay/factories' Dir[Dir.pwd + '/spec/factories/**/*'].each do |factory| require File.expand_path(factory) end end
Version data entries
4 entries across 4 versions & 1 rubygems