Add rudimentary spec test to WaitTillUp using vagrant-spec

Add some basic spec tests for the WaitTillUp action class to lay some
foundations. Utilize vagrant-spec pinned to a known working commit for
tests to pass consistently until they provide releases.

Requires updating some of the rspec libraries and includes
sharedcontext.rb from the jantman/vagrant-r10k project on github.
This commit is contained in:
Darragh Bailey
2016-01-25 19:07:14 +00:00
parent 3a6acf4288
commit afb53addb1
6 changed files with 97 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
require 'vagrant-libvirt'
require 'support/environment_helper'
require 'vagrant-spec/unit'
RSpec.configure do |spec|
end