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

Support both rspec and minitest #2804

Closed
jmarsh24 opened this issue Oct 30, 2024 · 1 comment
Closed

Support both rspec and minitest #2804

jmarsh24 opened this issue Oct 30, 2024 · 1 comment

Comments

@jmarsh24
Copy link

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!
@andyw8
Copy link
Contributor

andyw8 commented Oct 30, 2024

Hi @jmarsh24,

This isn't currently possible, but would be if #1334 is implemented, so I'll close this as a duplicate.

@andyw8 andyw8 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants