Skip to content

Commit

Permalink
Merge pull request solidusio#3991 from tmtrademarked/fix_testing
Browse files Browse the repository at this point in the history
Fix for incorrect deprecation class
  • Loading branch information
kennyadsl authored Mar 16, 2021
2 parents 3cc2d3e + 224463e commit a9a7a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/spree/testing_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def load_all_factories
factory_bot_paths: "Spree::TestingSupport::FactoryBot.definition_file_paths",
check_factory_bot_version: "Spree::TestingSupport::FactoryBot.check_version",
load_all_factories: "Spree::TestingSupport::FactoryBot.add_paths_and_load!",
deprecator: Spree::Deprecator
deprecator: Spree::Deprecation
)
end
end

0 comments on commit a9a7a95

Please sign in to comment.