Skip to content

Commit

Permalink
ActionCable workaround for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfeldis committed May 24, 2024
1 parent cb51bd5 commit e7928e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
# require "action_mailbox/engine"
# require "action_text/engine"
require "action_view/railtie"
# require "action_cable/engine"
# TODO: remove when https://github.com/hotwired/turbo-rails/pull/601 gets released
require "action_cable/engine"
require "rails/test_unit/railtie"

# Require the gems listed in Gemfile, including any gems
Expand Down

0 comments on commit e7928e2

Please sign in to comment.