Skip to content

Commit 1e0f161

Browse files
committed
require turbo-rails in test_helper
1 parent 9ae963d commit 1e0f161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.rb

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../test/dummy/db/migrate", __dir__)]
1616
require "rails/test_help"
1717

18+
require "turbo-rails"
1819
require "turbo_power"
1920
require "turbo_stream_helper"
2021
require "stream_helper_test_case"

0 commit comments

Comments
 (0)