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 9337786 commit 554679dCopy full SHA for 554679d
test/rbs/cli_test.rb
@@ -36,7 +36,7 @@ def run_rbs_collection(*commands, bundler:)
36
rbs_path << (":" + rblib)
37
end
38
39
- Open3.capture3({ "RUBYLIB" => rbs_path }, *bundle_exec, "#{__dir__}/../../exe/rbs", "collection", *commands, chdir: Dir.pwd)
+ Open3.capture3({ "RUBYLIB" => rbs_path }, *bundle_exec, "#{__dir__}/../../exe/rbs", "--log-level=debug", "collection", *commands, chdir: Dir.pwd)
40
41
42
if block_given?
0 commit comments