REVERT ME run only focused tests

This commit is contained in:
Daniel Schädler 2025-03-04 21:59:57 +01:00
parent 938ae92f59
commit 834b3ca433
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
# Run only focused tests
config.filter_run_when_matching :focus
# If you're not using ActiveRecord, or you'd prefer not to run each of your
# examples within a transaction, remove the following line or assign false
# instead of true.