mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #32439 from yhirano55/fix_rendering_test_in_railtie
Fix RenderingTest in railtie
This commit is contained in:
commit
57a9661a9c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require "isolation/abstract_unit"
|
|||
require "rack/test"
|
||||
|
||||
module ApplicationTests
|
||||
class RoutingTest < ActiveSupport::TestCase
|
||||
class RenderingTest < ActiveSupport::TestCase
|
||||
include ActiveSupport::Testing::Isolation
|
||||
include Rack::Test::Methods
|
||||
|
||||
|
|
Loading…
Reference in a new issue