Skip to content

Commit

Permalink
Removed unneeded test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 26, 2024
1 parent 1c5265b commit f9cd578
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/support/combustion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
Combustion.initialize!(*components) do
config.load_defaults Rails.version.to_f

if ActiveRecord::VERSION::STRING.to_f == 7.0
config.active_record.legacy_connection_handling = false
end

config.logger = $logger

config.time_zone = "Mountain Time (US & Canada)"
Expand All @@ -19,10 +15,6 @@

config.active_storage.service = :test

if ActiveRecord::VERSION::STRING.to_f == 7.0
config.active_storage.replace_on_assign_to_many = true
end

# TODO remove
config.active_record.yaml_column_permitted_classes = [Symbol, Time]
end

0 comments on commit f9cd578

Please sign in to comment.