Skip to content

Commit

Permalink
Fix issue with missing Logger dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Jan 18, 2025
1 parent 2f61ccd commit f842da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

require 'pathname'
require 'rake'
require 'logger'

test_dir = Pathname.new File.dirname(__FILE__)
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
Expand Down

0 comments on commit f842da2

Please sign in to comment.