We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c38fc commit e30e52bCopy full SHA for e30e52b
bindings/ruby/tests/test_package.rb
@@ -25,6 +25,8 @@ def test_install
25
Dir.mktmpdir do |dir|
26
system "gem", "install", "--install-dir", dir.shellescape, "--no-document", "pkg/#{filename.shellescape}", exception: true
27
assert_path_exist File.join(dir, "gems/whispercpp-#{version}/lib", basename)
28
+ assert_path_exist File.join(dir, "gems/whispercpp-#{version}/LICENSE")
29
+ assert_path_not_exist File.join(dir, "gems/whispercpp-#{version}/ext/build")
30
end
31
32
0 commit comments