Skip to content

Commit 97eb91f

Browse files
author
Sam Phippen
committed
Pass doc coverage tests
1 parent 39d50b5 commit 97eb91f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rspec/rails/example/system_example_group.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RSpec
44
module Rails
55
# @api public
6-
# Container class for request spec functionality.
6+
# Container class for system tests
77
module SystemExampleGroup
88
extend ActiveSupport::Concern
99
include RSpec::Rails::RailsExampleGroup
@@ -15,6 +15,7 @@ module SystemExampleGroup
1515

1616
include ActionDispatch::IntegrationTest::Behavior
1717

18+
# @api private
1819
module BlowAwayAfterTeardownHook
1920
def after_teardown
2021
end

0 commit comments

Comments
 (0)