We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb1b4e commit fd30e2fCopy full SHA for fd30e2f
test/cli_test.rb
@@ -13,6 +13,8 @@ def test_compile
13
# end
14
end
15
16
+ puts Dir.entries("./test/fixtures/dummy_gem/lib")
17
+
18
assert(File.exist?(binary_path))
19
ensure
20
FileUtils.rm_rf(binary_path)
0 commit comments