REVERT ME run only focused tests

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

View File

@ -328,6 +328,7 @@ PLATFORMS
aarch64-linux-musl
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux
DEPENDENCIES

View File

@ -39,6 +39,7 @@ RSpec.configure do |config|
config.fixture_path = "#{::Rails.root}/spec/fixtures"
# Run only focused tests
# TODO REVERT ME
config.filter_run_when_matching :focus
# If you're not using ActiveRecord, or you'd prefer not to run each of your