Skip to content

Commit

Permalink
Fix TestRequire on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Mar 28, 2024
1 parent 086c8ba commit 5da298f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class TestRequire < Minitest::Test
next if File.basename(fn) == "version.rb"

define_method "test_require_individual_library_files: #{fn}" do
system "ruby", fn
system "bundle", "exec", "ruby", fn
assert $?.success?, "Failed to load #{fn.inspect}"
end
end
Expand Down

0 comments on commit 5da298f

Please sign in to comment.