I'm running through the Rails tutorial and I'd like to view a "test" through Git Bash since it looks like the test results are formatted more nicely.
However, whenever I try to run "bundle exec ...etc." through Git Bash, I get an error of "bad interpreter: no such file or directory". Now, I have checked that particular directory and I DO have a bundle.exe (since I recently did "gem bundle install" or "gem install bundle").
Now, to be clear, I can run "bundle exec" / "bundle install" / "bundle anything..." through the Command Prompt on Windows. It's just that Git Bash doesn't want to do these things. How could I fix this?
Thank you.