Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hover functionality for dependencies in Gemfile #1279

Merged
merged 10 commits into from
Jan 10, 2024
1 change: 0 additions & 1 deletion test/requests/hover_expectations_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def test_hovering_over_gemfile_dependency

assert_includes(response.contents.value, spec.name)
assert_includes(response.contents.value, spec.version.to_s)
assert_includes(response.contents.value, spec.description)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think CI was failing on this line. Since we're stripping the description, I don't think we should assert on it anyways.

ensure
T.must(message_queue).close
end
Expand Down
Loading