Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 16, 2025
1 parent 9061130 commit 2f35f46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
# load Rails first
# require logger before rails or Rails 6 fails to boot
require 'logger'
# load Rails first
require 'rails'

# load the plugin
Expand Down

0 comments on commit 2f35f46

Please sign in to comment.