Skip to content

Commit

Permalink
Explicitly loading with envutil.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 28, 2020
1 parent f186f2d commit 7473b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/drb/drbtest.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
require 'envutil'
require 'drb/drb'
require 'drb/extservm'
require 'timeout'
Expand Down
1 change: 1 addition & 0 deletions test/rinda/test_rinda.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
require 'envutil'

require 'drb/drb'
require 'drb/eq'
Expand Down

0 comments on commit 7473b4c

Please sign in to comment.