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

Commit ebaf25c

Browse files
committed
Merge pull request #271 from rspec/myron/filter-run-when-matching
Use new `filter_run_when_matching` API.
2 parents 2975001 + d6e6669 commit ebaf25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rspec/support/spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
c.default_formatter = 'doc'
3232
end
3333

34-
c.filter_run :focus
35-
c.run_all_when_everything_filtered = true
34+
c.filter_run_when_matching :focus
35+
3636
c.example_status_persistence_file_path = "./spec/examples.txt"
3737

3838
c.define_derived_metadata :failing_on_appveyor do |meta|

0 commit comments

Comments
 (0)