Skip to content

Commit

Permalink
Pass doc coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Phippen committed Jun 17, 2017
1 parent 39d50b5 commit 6b68f6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/rspec/rails/example/system_example_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module RSpec
module Rails
# @api public
# Container class for request spec functionality.
# Container class for system tests
module SystemExampleGroup
extend ActiveSupport::Concern
include RSpec::Rails::RailsExampleGroup
Expand All @@ -15,7 +15,9 @@ module SystemExampleGroup

include ActionDispatch::IntegrationTest::Behavior

# @private
module BlowAwayAfterTeardownHook
# @private
def after_teardown
end
end
Expand Down

0 comments on commit 6b68f6a

Please sign in to comment.