From a5b12b9d648d78d013ba8a5641972dcfa2bcc81c Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 28 Oct 2024 10:40:17 -0500 Subject: [PATCH] Update to plural fixture_paths Singular fixture_path is deprecated --- 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 1fb93726..0a72c67b 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -43,7 +43,7 @@ config.include ActiveSupport::Testing::TimeHelpers # 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