Skip to content

Commit

Permalink
PR #34 - fix expected output in acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Oct 29, 2015
1 parent 12fceea commit 5163c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/vagrant-r10k/vagrant-r10k_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
status("Test: vagrant up")
up_result = execute('vagrant', 'up', "--provider=#{provider}", '--debug')
expect(up_result).to exit_with(1)
expect(up_result.stderr).to match(%r"RuntimeError: Couldn't update git cache for https://invalidhost\.jasonantman\.com/jantman/puppet-reviewboard\.git: \"fatal: unable to access 'https://invalidhost\.jasonantman\.com/jantman/puppet-reviewboard\.git/': Could not resolve host: invalidhost\.jasonantman\.com\"\n\nIf you don't have connectivity to the host, running 'vagrant up --no-provision' will skip r10k deploy and all provisioning")
expect(up_result.stderr).to match(%r"fatal: unable to access 'https://invalidhost\.jasonantman\.com/jantman/puppet-reviewboard\.git/': Could not resolve host: invalidhost\.jasonantman\.com\nExit code: 128\n\nIf you don't have connectivity to the host, running 'vagrant up --no-provision' will skip r10k deploy and all provisioning")
ensure_puppet_didnt_run(up_result)
end
end
Expand Down

0 comments on commit 5163c86

Please sign in to comment.