Browse Source

add testprof env variables to spec helper

pull/2466/head
Arthur Campbell 2 years ago committed by Kat
parent
commit
28343b588c
  1. 3
      spec/spec_helper.rb

3
spec/spec_helper.rb

@ -29,6 +29,9 @@ SimpleCov.start "rails" do
add_filter "app/channels/application_cable/connection.rb"
end
ENV["EVENT_PROF"] = "sql.activerecord"
ENV["FDOC"] = "1"
RSpec.configure do |config|
# rspec-expectations config goes here. You can use an alternate
# assertion/expectation library such as wrong or the stdlib/minitest

Loading…
Cancel
Save