Remove deprecated and unnecessary config

This commit is contained in:
Maikel Linke
2025-06-25 13:13:25 +10:00
parent 4cd0071dd4
commit 0166abcd2a

View File

@@ -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.