Sha256: c571ed5c19ffa6f445863e9c25effcccf13d63d8739e107bca6f931114ca9499

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 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
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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-sshfs-1.2.1 test/libvirt/README.txt