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
[error] Command failed: bundle exec rspec --pattern './[redacted]/spec//**/*_test.rb,./[redacted]/spec//**/test_*.rb,./[redacted]/spec//**/*_spec.rb' --require /Users/[redacted]/.vscode/extensions/connorshea.vscode-ruby-test-adapter-0.9.2/custom_formatter.rb --format CustomFormatter --order defined --dry-run
Could not locate Gemfile or .bundle/ directory
: Error: Command failed: bundle exec rspec --pattern './[redacted]/spec//**/*_test.rb,./[redacted]/spec//**/test_*.rb,./[redacted]/spec//**/*_spec.rb' --require /Users/[redacted]/.vscode/extensions/connorshea.vscode-ruby-test-adapter-0.9.2/custom_formatter.rb --format CustomFormatter --order defined --dry-run
Could not locate Gemfile or .bundle/ directory
at ChildProcess.exithandler (node:child_process:409:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1121:16)
at Socket.<anonymous> (node:internal/child_process:479:11)
at Socket.emit (node:events:513:28)
at Pipe.<anonymous> (node:net:757:14)
This section should include any relevant screenshots, code samples, console output, etc. The more information we have to reproduce the better!
Your environment
vscode-ruby-test-adapter
version:asdf
managed (3.2.2)rspec
3.12.0Expected behavior
running tests
Actual behavior
fails before running with
This section should include any relevant screenshots, code samples, console output, etc. The more information we have to reproduce the better!
We are using
asdf
.workspace config:
workspace structure:
Gemfile
.tool-versions
The text was updated successfully, but these errors were encountered: