Sha256: c7167f4b7e8a0090a8ec1e67a1fde8b532629d69b29496227158d3b4ccaaae73

Contents?: true

Size: 386 Bytes

Versions: 6

Compression:

Stored size: 386 Bytes

Contents

describe 'VM RSync' do
  it 'does rsync to the VM' do
    expect(`vagrant up`).to include('Machine is booted and ready for use!')
    expect($?.exitstatus).to eq(0)
    expect(`vagrant ssh -c "ls /vagrant; echo;"`).to include('Vagrantfile.advanced_networking')
    expect(`vagrant destroy --force`).to include('Terminating the instance...')
    expect($?.exitstatus).to eq(0)
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrant-cosmic-0.2.0 functional-tests/rsync/rsync_spec.rb
vagrant-cosmic-0.1.0 functional-tests/rsync/rsync_spec.rb
vagrant-cloudstack-1.5.2 functional-tests/rsync/rsync_spec.rb
vagrant-cloudstack-1.5.1 functional-tests/rsync/rsync_spec.rb
vagrant-cloudstack-1.5.0 functional-tests/rsync/rsync_spec.rb
vagrant-cloudstack-1.4.0 functional-tests/rsync/rsync_spec.rb