Sha256: 0dd58f77a521ee21bec3c27a77fa83508da7fa126956cd9e2cf0a9d3848ec370
Contents?: true
Size: 538 Bytes
Versions: 2
Compression:
Stored size: 538 Bytes
Contents
To bring up vagrant host: vagrant up To run tests: vagrant ssh and then: cd /sharedfolder/code/github.com/dustymabe/vagrant-sshfs/ gem install bundler # see [2] bundle install --with plugins # see [1] bundle exec rake featuretests [1] when running with bundler 1.13.2 I had to comment out the vagrant-sshfs line in Gemfile because it errored out complaining about it being defined twice. Running with 1.12.5 works fine. [2] because of [1] need to use this instead: gem install bundler --version 1.12.5
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-sshfs-1.3.1 | test/libvirt/README.txt |
vagrant-sshfs-1.3.0 | test/libvirt/README.txt |