From 533ca3e919190b2190c713de37e55d50a4de6cb0 Mon Sep 17 00:00:00 2001 From: Sojan Date: Wed, 12 Mar 2025 00:28:52 -0700 Subject: [PATCH] chore: fixes --- spec/rails_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 616d62d28..113eae5ab 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -41,7 +41,7 @@ end RSpec.configure do |config| config.include FactoryBot::Syntax::Methods # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures - config.fixture_path = Rails.root.join('spec/fixtures') + config.fixture_paths = [Rails.root.join('spec/fixtures')] # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false