module Spree::TestingSupport

Public Instance Methods

check_factory_bot_version() click to toggle source
# File lib/spree/testing_support.rb, line 16
def check_factory_bot_version
  Spree::TestingSupport::FactoryBot.check_version
end
factory_bot_paths() click to toggle source
# File lib/spree/testing_support.rb, line 12
def factory_bot_paths
  Spree::TestingSupport::FactoryBot.definition_file_paths
end
load_all_factories() click to toggle source
# File lib/spree/testing_support.rb, line 20
def load_all_factories
  Spree::TestingSupport::FactoryBot.add_paths_and_load!
end