From 7c6936b9c2258c038b3308d0525d369cdd9516a6 Mon Sep 17 00:00:00 2001 From: Nikhil Vengal Date: Wed, 8 Oct 2025 00:06:05 -0700 Subject: [PATCH] Load all fixtures --- spec/rails_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 79811b8..6839d81 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -44,6 +44,7 @@ RSpec.configure do |config| # examples within a transaction, remove the following line or assign false # instead of true. config.use_transactional_fixtures = true + config.global_fixtures = :all # You can uncomment this line to turn off ActiveRecord support entirely. # config.use_active_record = false