debug icon indicating copy to clipboard operation
debug copied to clipboard

Having to specify bundle exec twice

Open petertimwalker opened this issue 1 year ago • 3 comments

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) Screenshot 2024-05-15 at 3 56 53 PM

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!

petertimwalker avatar May 15 '24 20:05 petertimwalker