Skip to content

Commit

Permalink
👍 remove debug code
Browse files Browse the repository at this point in the history
I remove debug code and add context test.
  • Loading branch information
byplayer committed Oct 16, 2024
1 parent 5fb1dc7 commit ecd1dae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/ruby_lsp_rspec_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ def test_baz; end
expect(foo.children[3].children.count).to eq(1)
expect(foo.children[3].children[0].name).to eq("test_baz")

foo.children[4].inspect
STDERR.puts foo.children[4].children[0].name
expect(foo.children[4].name).to eq("日本語テスト")
expect(foo.children[4].children[0].name).to eq("何かのテスト")
end
end
Expand Down

0 comments on commit ecd1dae

Please sign in to comment.