Open beerlington opened 11 years ago
You also need to run:
spork --bootstrap
More info at http://railscasts.com/episodes/285-spork?view=asciicast
If guard running on the server is too slow, we could try running guard on the host, but have it execute the tests on the server:
vagrant ssh -c 'cd /vagrant && rspec spec'
I wonder if we could have spork or spring running on the VM and when we issue your command above it would use that dRb server. that way it would still be fast and we could get immediate feedback.
I would like to re-examine this now that we have NFS working.
Here's what I've got working so far with Vagrant (Im only working with RSpec at the moment so Cucumber stuff is disabled):
Command
Gemfile
Guardfile