Browse Source

Remove profiling

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

2
spec/spec_helper.rb

@ -123,8 +123,6 @@ 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