fix deprecations

This commit is contained in:
Ryan W
2024-05-04 09:49:45 -07:00
parent 75689aa4fc
commit 01bb4ef17c
+3 -1
View File
@@ -34,7 +34,9 @@ rescue ActiveRecord::PendingMigrationError => e
end
RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/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