Skip profiling by default
This commit is contained in:
parent
060f3d0422
commit
2b0eccf9bd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue