We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run
rdbg -c -- bundle exec rspec <Path to rspec file>
but I keep getting this error bundler: failed to load command: rspec Prepending bundle exec to your command may solve this. (Gem::LoadError)
bundle exec
The weird thing is that when I enter the following command it works
rdbg -c -- bundle exec bundle exec rspec <Path to rspec file>
Any insight is appreciated!
The text was updated successfully, but these errors were encountered:
Does bundle exec rspec ... on it's own work, outside of rdbg?
bundle exec rspec ...
rdbg
Is debug part of your Gemfile?
debug
Gemfile
Sorry, something went wrong.
bundle exec rspec works outside of rdbg I installed debug as a system gem so its not in the projects gemfile
No branches or pull requests
I'm trying to run
but I keep getting this error
bundler: failed to load command: rspec
Prepending
bundle exec
to your command may solve this. (Gem::LoadError)The weird thing is that when I enter the following command it works
Any insight is appreciated!
The text was updated successfully, but these errors were encountered: