Displaying 1 result from an estimated 1 matches for "vbox4210".
Did you mean:
vbox10
2013 Aug 30
3
rspec-puppet not working
.../bin/ruby1.8: No such file or directory -- rspec (LoadError)*
*/usr/bin/ruby1.8 -S rspec spec/classes/init_spec.rb failed*
It seems like it can''t load rspec, but if I do ''gem list --local'' it shows
in the list of locally installed gems:
*vagrant@ubuntu-server-10044-x64-vbox4210-nocm:/modules/couchbase$ gem list
--local*
*
*
**** LOCAL GEMS ****
*
*
*diff-lcs (1.2.4)*
*metaclass (0.0.1)*
*mocha (0.14.0)*
*puppet-lint (0.3.2)*
*puppetlabs_spec_helper (0.4.1)*
*rake (10.1.0)*
*rspec (2.14.1)*
*rspec-core (2.14.5)*
*rspec-expectations (2.14.2)*
*rspec-mocks (2.14.3)*
*rspec-...