Skip to content

Commit 114de66

Browse files
committed
Merge branch 'prefer_integration_test'
2 parents 9a61d4f + 85ca389 commit 114de66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: test/controllers/api_doc_server/docs_controller_test.rb renamed to test/functional/api_doc_server/docs_integration_test.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
require 'test_helper'
22

33
module ApiDocServer
4-
class DocsControllerTest < ActionDispatch::IntegrationTest
5-
include Engine.routes.url_helpers
4+
class DocsIntegrationTest < ActionDispatch::IntegrationTest
65

76
setup do
87
@routes = Engine.routes

0 commit comments

Comments
 (0)