Skip to content

Commit

Permalink
Fix some feature markup
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Mar 20, 2023
1 parent e2257fb commit 55ca47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Feature: Using `run_all_when_everything_filtered`

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

Use the `run_all_when_everything_filtered` option to tell RSpec to run all the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Aggregating Failures

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:
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:

* RSpec::Core provides much better failure output, adding code snippets and backtraces to the sub-failures, just like it does for any normal failure.
* 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.
Expand Down

0 comments on commit 55ca47e

Please sign in to comment.