We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6047a2a commit fa889f9Copy full SHA for fa889f9
spec/support/configs/rspec.rb
@@ -4,9 +4,7 @@
4
require 'aruba/api'
5
6
RSpec.configure do |config|
7
- config.filter_run focus: true
8
-
9
- config.run_all_when_everything_filtered = true
+ config.filter_run_when_matching :focus
10
11
config.example_status_persistence_file_path = 'tmp/rspec-examples.txt'
12
config.profile_examples = 10
0 commit comments