Skip to content

Commit e732581

Browse files
committed
fixup! Remove hack that prevented active_record to be preloaded when action_mailbox was
1 parent 1f9c0ff commit e732581

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

example_app_generator/generate_stuff.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,4 @@ def using_source_path(path)
168168
'skip("Add a hash of attributes valid for your model")',
169169
'{}'
170170

171-
if Rails.version >= '7.0.0'
172-
# Some gems (ActionMailBox, ActionCable, etc.) are not used when running `example_app_generator/spec/verify_mailer_preview_path_spec.rb`, so `eager_load` must be false.
173-
gsub_file "config/environments/test.rb", 'ENV["CI"].present?', "false"
174-
end
175-
176171
final_tasks

0 commit comments

Comments
 (0)