Browse Source

Display slowest test

pull/2853/head
Rachael Booth 2 months ago
parent
commit
5990a6579a
  1. 2
      spec/spec_helper.rb

2
spec/spec_helper.rb

@ -123,6 +123,8 @@ RSpec.configure do |config|
RequestHelper.real_http_requests
Singleton.__init__(FormHandler)
end
config.profile_examples = 20
end
RSpec::Matchers.define_negated_matcher :not_change, :change

Loading…
Cancel
Save