From 0166abcd2a878982195cee6436f4857c207a5dfe Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 25 Jun 2025 13:13:25 +1000 Subject: [PATCH] Remove deprecated and unnecessary config --- spec/base_spec_helper.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/base_spec_helper.rb b/spec/base_spec_helper.rb index adf32656f2..29431ee0ee 100644 --- a/spec/base_spec_helper.rb +++ b/spec/base_spec_helper.rb @@ -68,9 +68,6 @@ InvisibleCaptcha.timestamp_enabled = false InvisibleCaptcha.spinner_enabled = false RSpec.configure do |config| - # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures - config.fixture_path = Rails.root.join('spec/fixtures').to_s - # 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 # instead of true.