Skip to content

Commit

Permalink
do not use require_relative in test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Feb 26, 2023
1 parent 304b62c commit cb9d66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
end
end

require_relative '../../../test/test_helper'
require File.expand_path "#{File.dirname __FILE__}/../../../test/test_helper"

module RedmineMessenger
class TestCase
Expand Down

0 comments on commit cb9d66b

Please sign in to comment.