Skip to content

Commit

Permalink
test: Add missing require_relative
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Apr 7, 2024
1 parent 922018c commit c6449fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_airbrake.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require_relative 'helper'
require_relative '../lib/god/contacts/airbrake'

class TestAirbrake < Minitest::Test
def test_notify
Expand Down

0 comments on commit c6449fc

Please sign in to comment.