You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project where I have rspec and minitest and I cannot figure out how to set the test framework to minitest or to support both. Is it possible to support both frameworks or at least force minitest?
2024-10-30 19:09:59.969 [info] (tangocloud) Checking if chruby is available on the path with command: /bin/zsh -i -c 'chruby --version'
2024-10-30 19:10:00.070 [info] (tangocloud) [Error - 7:10:00 PM] Server process exited with code 0.
2024-10-30 19:10:00.246 [info] (tangocloud) Checking if rbenv is available on the path with command: /bin/zsh -i -c 'rbenv --version'
2024-10-30 19:10:00.464 [info] (tangocloud) Discovered version manager rbenv
2024-10-30 19:10:00.464 [info] (tangocloud) Running command: `rbenv exec ruby -W0 -rjson -e 'STDERR.print("RUBY_LSP_ACTIVATION_SEPARATOR" + { env: ENV.to_h, yjit: !!defined?(RubyVM:: YJIT), version: RUBY_VERSION, gemPath: Gem.path }.to_json + "RUBY_LSP_ACTIVATION_SEPARATOR")'` in /Users/jm_mbp/Developer/tangocloud using shell: /opt/homebrew/bin/zsh
2024-10-30 19:10:00.881 [info] (tangocloud) Ignoring rbs-3.6.0 because its extensions are not built. Try: gem pristine rbs --version 3.6.0
Ignoring rbs-3.5.3 because its extensions are not built. Try: gem pristine rbs --version 3.5.3
2024-10-30 19:10:01.008 [info] (tangocloud) Ruby LSP> Skipping custom bundle setup since LSP dependencies are already in /Users/jm_mbp/Developer/tangocloud/Gemfile
2024-10-30 19:10:01.059 [info] (tangocloud) Ruby LSP> Running bundle install for the custom bundle. This may take a while...
Ruby LSP> Command: (bundle _2.5.11_ check || bundle _2.5.11_ install) 1>&2
2024-10-30 19:10:01.225 [info] (tangocloud) The Gemfile's dependencies are satisfied
2024-10-30 19:10:02.306 [info] (tangocloud) Initializing Ruby LSP v0.20.1...
2024-10-30 19:10:02.309 [info] (tangocloud) Auto detected formatter: rubocop
2024-10-30 19:10:02.309 [info] (tangocloud) Auto detected linters: rubocop
2024-10-30 19:10:02.309 [info] (tangocloud) Detected test library: rspec
2024-10-30 19:10:02.309 [info] (tangocloud) Finished initializing Ruby LSP!
The text was updated successfully, but these errors were encountered:
I have a project where I have rspec and minitest and I cannot figure out how to set the test framework to minitest or to support both. Is it possible to support both frameworks or at least force minitest?
The text was updated successfully, but these errors were encountered: