Rspec --Init Not Working/ 'Mkd Ir': Invalid Argument - ./C: (Errno::Einval)

rspec --init not working/ `mkd ir': Invalid argument - ./C: (Errno::EINVAL)

Here's how I finally fixed this crap:

gem uninstall rspec
gem uninstall rspec-core rspec-expectations rspec-mocks rspec-support
gem install rspec -v 2.14.1

Basically, newer versions of rspec are broken on Windows. Don't use them. Do this and rspec works just fine.

rspec --init not working/ `mkd ir': Invalid argument - ./C: (Errno::EINVAL)

Here's how I finally fixed this crap:

gem uninstall rspec
gem uninstall rspec-core rspec-expectations rspec-mocks rspec-support
gem install rspec -v 2.14.1

Basically, newer versions of rspec are broken on Windows. Don't use them. Do this and rspec works just fine.



Related Topics



Leave a reply



Submit