Skip to content

Commit 6b68f6a

Browse files
author
Sam Phippen
committed
Pass doc coverage tests
1 parent 39d50b5 commit 6b68f6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/rspec/rails/example/system_example_group.rb

Lines changed: 3 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,7 +15,9 @@ module SystemExampleGroup
1515

1616
include ActionDispatch::IntegrationTest::Behavior
1717

18+
# @private
1819
module BlowAwayAfterTeardownHook
20+
# @private
1921
def after_teardown
2022
end
2123
end

0 commit comments

Comments
 (0)