Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 4f8a51e

Browse files
committed
Fix a documentation link
1 parent d57b509 commit 4f8a51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/expectation_framework_integration/aggregating_failures.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Aggregating Failures
22

3-
RSpec::Expectations provides [`aggregate_failures`](../../rspec-expectations/docs/aggregating-failures), an API that allows you to group a set of expectations and see all the failures at once, rather than it aborting on the first failure. RSpec::Core improves on this feature in a couple of ways:
3+
RSpec::Expectations provides [`aggregate_failures`](../../rspec-expectations/aggregating-failures), an API that allows you to group a set of expectations and see all the failures at once, rather than it aborting on the first failure. RSpec::Core improves on this feature in a couple of ways:
44

55
* RSpec::Core provides much better failure output, adding code snippets and backtraces to the sub-failures, just like it does for any normal failure.
66
* RSpec::Core provides [metadata](../metadata/user-defined-metadata) integration for this feature. Each example that is tagged with `:aggregate_failures` will be wrapped in an `aggregate_failures` block. You can also use `config.define_derived_metadata` to apply this to every example automatically.

0 commit comments

Comments
 (0)