Skip to content

Commit

Permalink
Merge pull request #118 from solidusio-contrib/kennyadsl/use-new-fact…
Browse files Browse the repository at this point in the history
…ories-loading

Use new factories loading method
  • Loading branch information
kennyadsl authored Mar 12, 2021
2 parents 7a70553 + 1c71f70 commit 394dae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Dir["#{__dir__}/support/**/*.rb"].sort.each { |f| require f }

# Requires factories defined in lib/solidus_paypal_commerce_platform/testing_support/factories.rb
require 'solidus_paypal_commerce_platform/testing_support/factories'
SolidusDevSupport::TestingSupport::Factories.load_for(SolidusPaypalCommercePlatform::Engine)

RSpec.configure do |config|
config.infer_spec_type_from_file_location!
Expand Down

0 comments on commit 394dae6

Please sign in to comment.