2016-04-13 12:11:16 +02:00
|
|
|
require 'coveralls'
|
|
|
|
|
Coveralls.wear!
|
|
|
|
|
|
2014-07-04 11:09:00 -06:00
|
|
|
require 'vagrant-libvirt'
|
|
|
|
|
require 'support/environment_helper'
|
2016-01-25 19:07:14 +00:00
|
|
|
require 'vagrant-spec/unit'
|
2014-07-04 11:09:00 -06:00
|
|
|
|
|
|
|
|
RSpec.configure do |spec|
|
|
|
|
|
end
|