Skip to content

Commit 2157fba

Browse files
committed
debug2
1 parent 587323f commit 2157fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby_lsp_rails/definition_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def baz; end
8585
users_path
8686
RUBY
8787

88-
puts response.inspect
88+
$stderr.puts response.inspect
8989
assert_equal(1, response.size)
9090
dummy_root = File.expand_path("../dummy", __dir__)
9191
assert_equal("file://#{dummy_root}/config/routes.rb", response[0].uri)

0 commit comments

Comments
 (0)