REVERT ME run only focused tests
This commit is contained in:
parent
834b3ca433
commit
0d30886168
|
|
@ -328,6 +328,7 @@ PLATFORMS
|
|||
aarch64-linux-musl
|
||||
arm64-darwin-22
|
||||
arm64-darwin-23
|
||||
arm64-darwin-24
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue