Skip to content

Commit

Permalink
RSpec: Allow focus filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Jan 16, 2025
1 parent 11ee967 commit 9d0d0d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
# triggering implicit auto-inclusion in groups with matching metadata.
config.shared_context_metadata_behavior = :apply_to_host_groups

config.filter_run focus: true
config.run_all_when_everything_filtered = true

# The settings below are suggested to provide a good initial experience
# with RSpec, but feel free to customize to your heart's content.
# # This allows you to limit a spec run to individual examples or groups
Expand Down

0 comments on commit 9d0d0d3

Please sign in to comment.