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

Commit d57b509

Browse files
committed
Fix some feature markup
1 parent 5715c83 commit d57b509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/configuration/run_all_when_everything_filtered.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Using `run_all_when_everything_filtered`
22

33
Note: this feature has been superseded by
4-
[filter_run_when_matching](../filtering/filter-run-when-matching) and will be
4+
[`filter_run_when_matching`](../filtering/filter-run-when-matching) and will be
55
removed in a future version of RSpec.
66

77
Use the `run_all_when_everything_filtered` option to tell RSpec to run all the

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`](https://relishapp.com/rspec/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/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:
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)