Skip to content

Commit

Permalink
[tests] require fileutils explicitly
Browse files Browse the repository at this point in the history
ruby 3.4 no longer loads fileutils implicitly.
Fixes #124 .
  • Loading branch information
mtasaka committed Nov 19, 2024
1 parent 4189ef4 commit bc2ba6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_ronn.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'fileutils'
require 'contest'

class RonnTest < Test::Unit::TestCase
Expand Down

0 comments on commit bc2ba6e

Please sign in to comment.