Skip to content

Commit

Permalink
require turbo-rails in test_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Dec 15, 2024
1 parent 9ae963d commit 1e0f161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../test/dummy/db/migrate", __dir__)]
require "rails/test_help"

require "turbo-rails"
require "turbo_power"
require "turbo_stream_helper"
require "stream_helper_test_case"

0 comments on commit 1e0f161

Please sign in to comment.