Skip to content

Commit

Permalink
Use require_relative instead of require
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 12, 2023
1 parent 2f398fd commit 0f9ebe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiverse/suites/rails/rails_logger_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

require './app'
require_relative 'app'

# Rails's broadcast system sends identical log events to multiple loggers.
# This test makes sure that our code doesn't send two log events to New Relic.
Expand Down

0 comments on commit 0f9ebe3

Please sign in to comment.