mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
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.
7 lines
122 B
Ruby
7 lines
122 B
Ruby
require 'vagrant-libvirt'
|
|
require 'support/environment_helper'
|
|
require 'vagrant-spec/unit'
|
|
|
|
RSpec.configure do |spec|
|
|
end
|