From 4263728bf861fef0222d7857be878ae3dda0ea0f Mon Sep 17 00:00:00 2001 From: Jack Rothrock Date: Mon, 29 Apr 2024 09:53:38 -0600 Subject: [PATCH] Update comments --- lib/scout_apm/logging/monitor/monitor.rb | 2 +- spec/spec_helper.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/scout_apm/logging/monitor/monitor.rb b/lib/scout_apm/logging/monitor/monitor.rb index 5532bdf..af9d71f 100644 --- a/lib/scout_apm/logging/monitor/monitor.rb +++ b/lib/scout_apm/logging/monitor/monitor.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true ## -# Launched as a daemon process by the monitor manager and Rails startup. +# Launched as a daemon process by the monitor manager at Rails startup. ## require_relative '../monitor_manager' diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 29659d2..4b25670 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -9,7 +9,7 @@ def make_basic_app require "action_controller/railtie" require "action_view/railtie" - # Require after rails, to ensure the railtie is loaded + # Require after rails, to ensure the railtie is ran require 'scout_apm_logging' @app = Class.new(Rails::Application) do