diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 9677a128c..95f685226 100644 --- a/spec/spec_helper.rb +++ b/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