Skip to content

Commit 8b7a937

Browse files
committed
💚 require deps explicitly
1 parent 30e72b5 commit 8b7a937

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/test_helper.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
nil
2020
end
2121

22+
# External Libs that Rails, or other deps, are dependent on,
23+
# yet not all versions of Rails, or other deps, require properly
24+
require "logger"
25+
require "rexml"
26+
2227
require "bundler"
2328
Bundler.require :default, :development
2429
Combustion.path = "test/internal"

0 commit comments

Comments
 (0)