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 e1732ba commit e5ba969Copy full SHA for e5ba969
test/ruby_lsp_rails/rails_client_test.rb
@@ -36,6 +36,8 @@ class RailsClientTest < ActiveSupport::TestCase
36
end
37
38
test "instantiation finds the right directory when bundle gemfile points to .ruby-lsp" do
39
+ skip if ENV["BUNDLE_GEMFILE"].end_with?("gemfiles/Gemfile-rails-main")
40
+
41
previous_bundle_gemfile = ENV["BUNDLE_GEMFILE"]
42
project_root = Pathname.new(previous_bundle_gemfile).dirname
43
0 commit comments