Skip to content

Commit a065e3a

Browse files
committed
Prefer functional integration test over controller test
1 parent 9a61d4f commit a065e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/api_doc_server/docs_controller_test.rb renamed to test/functional/api_doc_server/docs_integration_test.rb

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

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

77
setup do

0 commit comments

Comments
 (0)