We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
of
1 parent c5a2487 commit 1766201Copy full SHA for 1766201
lib/rspec/core/hooks.rb
@@ -312,7 +312,7 @@ def append_after(*args, &block)
312
#
313
# @note the syntax of `around` is similar to that of `before` and `after`
314
# but the semantics are quite different. `before` and `after` hooks are
315
- # run in the context of of the examples with which they are associated,
+ # run in the context of the examples with which they are associated,
316
# whereas `around` hooks are actually responsible for running the
317
# examples. Consequently, `around` hooks do not have direct access to
318
# resources that are made available within the examples and their
0 commit comments