Skip profiling by default

This commit is contained in:
Daniel Schädler 2025-03-16 13:44:54 +01:00
parent 060f3d0422
commit 2b0eccf9bd
1 changed files with 2 additions and 2 deletions

View File

@ -100,6 +100,6 @@ RSpec.configure do |config|
config.example_status_persistence_file_path = 'specs_with_runtime.txt' config.example_status_persistence_file_path = 'specs_with_runtime.txt'
# Run ruby-prof # Run ruby-prof for profiling
Dir[File.expand_path('support/**/*.rb', __dir__)].each { |f| require f } # Dir[File.expand_path('support/**/*.rb', __dir__)].each { |f| require f }
end end