Skip to content

Commit

Permalink
Load Action Cable in tests
Browse files Browse the repository at this point in the history
It seems that eager loading turbo-rails on Rails 7.1 depends on Action
Cable being loaded.
  • Loading branch information
janko committed Nov 19, 2023
1 parent d8b3f43 commit 1d41cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/rails_app/config/application.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require "active_record/railtie"
require "action_controller/railtie"
require "action_mailer/railtie"
require "action_cable/engine"
require "active_job/railtie"
require "rails/test_unit/railtie"

Expand Down

0 comments on commit 1d41cfb

Please sign in to comment.