From 3a21d71b620d67459587c0eddaea424129d0fa00 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:43:04 +0000 Subject: [PATCH] Lint --- spec/rails_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 93dc2425e..c663087d5 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -50,7 +50,6 @@ rescue ActiveRecord::PendingMigrationError => e exit 1 end RSpec.configure do |config| - # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures config.fixture_paths = ["#{::Rails.root}/spec/fixtures"]