Explicitly load required file

This will be required if fixing FactoryBot/FactoryClassName
I'm not 100% sure about that rule yet, but figured this fix was worth keeping.
This commit is contained in:
David Cook
2024-02-27 10:40:02 +11:00
parent cb1f877117
commit 7f77de89fc

View File

@@ -1,6 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
require 'spree/localized_number'
describe Spree::LocalizedNumber do
describe ".parse" do