Skip to content

Commit fa889f9

Browse files
committed
Use modern RSpec option
See rspec/rspec-core#2845
1 parent 6047a2a commit fa889f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/support/configs/rspec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
require 'aruba/api'
55

66
RSpec.configure do |config|
7-
config.filter_run focus: true
8-
9-
config.run_all_when_everything_filtered = true
7+
config.filter_run_when_matching :focus
108

119
config.example_status_persistence_file_path = 'tmp/rspec-examples.txt'
1210
config.profile_examples = 10

0 commit comments

Comments
 (0)