提交 e23464bc 编写于 作者: E eileencodes

Move documentation to the correct place

The documentation needs to be above the method to correctly document the
method.
上级 a9bc4776
......@@ -7,7 +7,6 @@
require "action_dispatch/system_testing/test_helpers/setup_and_teardown"
module ActionDispatch
class SystemTestCase < IntegrationTest
# = System Testing
#
# System tests let you test applications in the browser. Because system
......@@ -80,6 +79,7 @@ class SystemTestCase < IntegrationTest
# Because <tt>ActionDispatch::SystemTestCase</tt> is a shim between Capybara
# and Rails, any driver that is supported by Capybara is supported by system
# tests as long as you include the required gems and files.
class SystemTestCase < IntegrationTest
include Capybara::DSL
include SystemTesting::TestHelpers::SetupAndTeardown
include SystemTesting::TestHelpers::ScreenshotHelper
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册