Trying to reinstall RSpec, and I can t seem to re-add its command to my bin folder.
Mac-Users-MacBook-Pro:bin macuser$ rspec
-bash: /usr/bin/rspec: No such file or directory
>> which rspec
#> returns nothing.
I tried sudo gem install rspec --prerelease
a dozen times, bundle install
, and nothing seems to give.
What am I missing?